diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-11-12 14:37:01 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-11-12 14:37:01 -0500 |
commit | f6ae488b65eb89dbe19c5c13c670f2b0ccd2dd27 (patch) | |
tree | 2d6295b82a7658f70af6d8e5302d4d86a59e589d /gcc/fixproto | |
parent | 3192773f267f7aa4624c87f8e2ceb25ff71e9d4a (diff) | |
download | gcc-f6ae488b65eb89dbe19c5c13c670f2b0ccd2dd27.zip gcc-f6ae488b65eb89dbe19c5c13c670f2b0ccd2dd27.tar.gz gcc-f6ae488b65eb89dbe19c5c13c670f2b0ccd2dd27.tar.bz2 |
(std_files): Add sys/socket.h.
From-SVN: r13139
Diffstat (limited to 'gcc/fixproto')
-rwxr-xr-x | gcc/fixproto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixproto b/gcc/fixproto index 2fb10bb..b7e8564 100755 --- a/gcc/fixproto +++ b/gcc/fixproto @@ -65,7 +65,7 @@ if [ `echo $1 | wc -w` = 0 ] ; then exit 1 fi -std_files="ctype.h dirent.h errno.h curses.h fcntl.h grp.h locale.h math.h pwd.h setjmp.h signal.h stdio.h stdlib.h string.h sys/stat.h sys/times.h sys/resource.h sys/utsname.h sys/wait.h tar.h termios.h time.h unistd.h utime.h" +std_files="ctype.h dirent.h errno.h curses.h fcntl.h grp.h locale.h math.h pwd.h setjmp.h signal.h stdio.h stdlib.h string.h sys/socket.h sys/stat.h sys/times.h sys/resource.h sys/utsname.h sys/wait.h tar.h termios.h time.h unistd.h utime.h" rel_target_dir=$1 # All files in $src_dir_all (normally same as $rel_target_dir) are |