add Berkeley specific header
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 21 May 1988 02:53:35 +0000 (18:53 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 21 May 1988 02:53:35 +0000 (18:53 -0800)
SCCS-vsn: libexec/talkd/Makefile 5.6
SCCS-vsn: libexec/talkd/announce.c 5.5
SCCS-vsn: libexec/talkd/print.c 5.5
SCCS-vsn: libexec/talkd/process.c 5.5
SCCS-vsn: libexec/talkd/table.c 5.4
SCCS-vsn: libexec/talkd/talkd.c 5.3

usr/src/libexec/talkd/Makefile
usr/src/libexec/talkd/announce.c
usr/src/libexec/talkd/print.c
usr/src/libexec/talkd/process.c
usr/src/libexec/talkd/table.c
usr/src/libexec/talkd/talkd.c

index 86d44c1..6fa522e 100644 (file)
@@ -1,9 +1,15 @@
 #
 #
-# Copyright (c) 1987 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
+# Copyright (c) 1988 Regents of the University of California.
+# All rights reserved.
 #
 #
-#      @(#)Makefile    5.5     (Berkeley)      %G%
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
+#
+#      @(#)Makefile    5.6 (Berkeley) %G%
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
@@ -36,27 +42,33 @@ FRC:
 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
 
 talkd.o: talkd.c /usr/include/stdio.h /usr/include/errno.h
 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
 
 talkd.o: talkd.c /usr/include/stdio.h /usr/include/errno.h
-talkd.o: /usr/include/signal.h /usr/include/syslog.h
-talkd.o: /usr/include/protocols/talkd.h /usr/include/sys/types.h
-talkd.o: /usr/include/sys/socket.h
+talkd.o: /usr/include/signal.h /usr/include/machine/trap.h
+talkd.o: /usr/include/syslog.h /usr/include/protocols/talkd.h
+talkd.o: /usr/include/sys/types.h /usr/include/sys/socket.h
 announce.o: announce.c /usr/include/sys/types.h /usr/include/sys/stat.h
 announce.o: /usr/include/sgtty.h /usr/include/sys/ioctl.h
 announce.o: announce.c /usr/include/sys/types.h /usr/include/sys/stat.h
 announce.o: /usr/include/sgtty.h /usr/include/sys/ioctl.h
-announce.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h
-announce.o: /usr/include/sys/ioctl.h /usr/include/sys/time.h
-announce.o: /usr/include/time.h /usr/include/stdio.h /usr/include/sys/wait.h
-announce.o: /usr/include/machine/machparam.h /usr/include/errno.h
-announce.o: /usr/include/syslog.h /usr/include/protocols/talkd.h
-announce.o: /usr/include/sys/types.h /usr/include/sys/socket.h
+announce.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydefaults.h
+announce.o: /usr/include/sys/ttydev.h /usr/include/sys/ioctl.h
+announce.o: /usr/include/sys/time.h /usr/include/time.h /usr/include/stdio.h
+announce.o: /usr/include/sys/wait.h /usr/include/machine/endian.h
+announce.o: /usr/include/errno.h /usr/include/syslog.h
+announce.o: /usr/include/protocols/talkd.h /usr/include/sys/types.h
+announce.o: /usr/include/sys/socket.h
 process.o: process.c /usr/include/sys/types.h /usr/include/sys/stat.h
 process.o: /usr/include/stdio.h /usr/include/syslog.h /usr/include/netdb.h
 process.o: /usr/include/netinet/in.h /usr/include/protocols/talkd.h
 process.o: /usr/include/sys/types.h /usr/include/sys/socket.h
 process.o: /usr/include/utmp.h
 table.o: table.c /usr/include/stdio.h /usr/include/sys/time.h
 process.o: process.c /usr/include/sys/types.h /usr/include/sys/stat.h
 process.o: /usr/include/stdio.h /usr/include/syslog.h /usr/include/netdb.h
 process.o: /usr/include/netinet/in.h /usr/include/protocols/talkd.h
 process.o: /usr/include/sys/types.h /usr/include/sys/socket.h
 process.o: /usr/include/utmp.h
 table.o: table.c /usr/include/stdio.h /usr/include/sys/time.h
-table.o: /usr/include/time.h /usr/include/syslog.h
-table.o: /usr/include/protocols/talkd.h /usr/include/sys/types.h
-table.o: /usr/include/sys/socket.h
+table.o: /usr/include/time.h /usr/include/syslog.h /usr/include/sys/param.h
+table.o: /usr/include/sys/types.h /usr/include/signal.h
+table.o: /usr/include/machine/trap.h /usr/include/machine/machparam.h
+table.o: /usr/include/machine/endian.h /usr/include/protocols/talkd.h
+table.o: /usr/include/sys/types.h /usr/include/sys/socket.h
 print.o: print.c /usr/include/stdio.h /usr/include/syslog.h
 print.o: print.c /usr/include/stdio.h /usr/include/syslog.h
+print.o: /usr/include/sys/param.h /usr/include/sys/types.h
+print.o: /usr/include/signal.h /usr/include/machine/trap.h
+print.o: /usr/include/machine/machparam.h /usr/include/machine/endian.h
 print.o: /usr/include/protocols/talkd.h /usr/include/sys/types.h
 print.o: /usr/include/sys/socket.h
 
 print.o: /usr/include/protocols/talkd.h /usr/include/sys/types.h
 print.o: /usr/include/sys/socket.h
 
index b5b6bbe..ca428aa 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1983 Regents of the University of California.
 /*
  * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)announce.c 5.4 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)announce.c 5.5 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <sys/types.h>
 #include <sys/stat.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>
index 6e7a8a9..2de30cd 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1983 Regents of the University of California.
 /*
  * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)print.c    5.4 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)print.c    5.5 (Berkeley) %G%";
+#endif /* not lint */
 
 /* debug print routines */
 
 
 /* debug print routines */
 
index 759c72e..63ebfa1 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1983 Regents of the University of California.
 /*
  * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)process.c  5.4 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)process.c  5.5 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * process.c handles the requests, which can be of three types:
 
 /*
  * process.c handles the requests, which can be of three types:
index 4f3fbc0..73b5dfd 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1983 Regents of the University of California.
 /*
  * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)table.c    5.3 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)table.c    5.4 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * Routines to handle insertion, deletion, etc on the table
 
 /*
  * Routines to handle insertion, deletion, etc on the table
index 26ae4a7..4430982 100644 (file)
@@ -1,18 +1,24 @@
 /*
  * Copyright (c) 1983 Regents of the University of California.
 /*
  * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
 char copyright[] =
 "@(#) Copyright (c) 1983 Regents of the University of California.\n\
  All rights reserved.\n";
  */
 
 #ifndef lint
 char copyright[] =
 "@(#) Copyright (c) 1983 Regents of the University of California.\n\
  All rights reserved.\n";
-#endif not lint
+#endif /* not lint */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)talkd.c    5.2 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)talkd.c    5.3 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * The top level of the daemon, the format is heavily borrowed
 
 /*
  * The top level of the daemon, the format is heavily borrowed