diff --git a/scsh/next/netconst.scm b/scsh/next/netconst.scm index 59a4c68..000b58c 100644 --- a/scsh/next/netconst.scm +++ b/scsh/next/netconst.scm @@ -1,6 +1,3 @@ -;;; Magic Numbers for Networking -;;; Copyright (c) 1994 by Brian D. Carlstrom. - ;;; magic numbers not from header file ;;; but from man page ;;; why can't unix make up its mind diff --git a/scsh/solaris/netconst.scm b/scsh/solaris/netconst.scm index 24306af..78d1420 100644 --- a/scsh/solaris/netconst.scm +++ b/scsh/solaris/netconst.scm @@ -1,5 +1,7 @@ ;;; Magic Numbers for Networking -;;; Copyright (c) 1994 by Brian D. Carlstrom. +;;; Copyright (c) 1994-5 by Brian D. Carlstrom. + +(define endian 'big) ;;; magic numbers not from header file ;;; but from man page diff --git a/scsh/sunos/netconst.scm b/scsh/sunos/netconst.scm index 548bb49..3bd7752 100644 --- a/scsh/sunos/netconst.scm +++ b/scsh/sunos/netconst.scm @@ -1,5 +1,7 @@ ;;; Magic Numbers for Networking -;;; Copyright (c) 1994 by Brian D. Carlstrom. +;;; Copyright (c) 1994-5 by Brian D. Carlstrom. + +(define endian 'big) ;;; magic numbers not from header file ;;; but from man page diff --git a/scsh/ultrix/netconst.scm b/scsh/ultrix/netconst.scm index 543c960..fd3b5f6 100644 --- a/scsh/ultrix/netconst.scm +++ b/scsh/ultrix/netconst.scm @@ -1,8 +1,3 @@ -;;; Magic Numbers for Networking -;;; Copyright (c) 1994-5 by Brian D. Carlstrom. - -(define endian 'little) - ;;; magic numbers not from header file ;;; but from man page ;;; why can't unix make up its mind