From 27602d21def6aa68c6ea4b5a3f64d17497f59799 Mon Sep 17 00:00:00 2001 From: bdc Date: Tue, 31 Oct 1995 21:19:22 +0000 Subject: [PATCH] *** empty log message *** --- scsh/next/netconst.scm | 3 --- scsh/solaris/netconst.scm | 4 +++- scsh/sunos/netconst.scm | 4 +++- scsh/ultrix/netconst.scm | 5 ----- 4 files changed, 6 insertions(+), 10 deletions(-) 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