diff options
Diffstat (limited to 'Lib/irix5/regen')
-rwxr-xr-x | Lib/irix5/regen | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Lib/irix5/regen b/Lib/irix5/regen deleted file mode 100755 index 4c4ea5c..0000000 --- a/Lib/irix5/regen +++ /dev/null @@ -1,13 +0,0 @@ -#! /bin/sh -case `uname -sr` in -'IRIX '[45].*) ;; -*) echo Probably not on an IRIX system 1>&2 - exit 1;; -esac -set -v -h2py /usr/include/sys/fcntl.h -h2py /usr/include/sys/file.h -h2py /usr/include/sys/socket.h -h2py -i '(u_long)' /usr/include/netinet/in.h -h2py /usr/include/sys/termios.h -h2py /usr/include/errno.h |