Permanently apply the ANSIfication source code transformations to include, libc and...
authorNick Downing <downing.nick@gmail.com>
Mon, 23 Jan 2017 06:29:03 +0000 (17:29 +1100)
committerNick Downing <downing.nick@gmail.com>
Mon, 23 Jan 2017 06:29:03 +0000 (17:29 +1100)
529 files changed:
include/a.out.h
include/ar.h
include/arpa/ftp.h
include/arpa/inet.h
include/arpa/nameser.h
include/arpa/telnet.h
include/arpa/tftp.h
include/assert.h
include/compat-4.1.h [new file with mode: 0644]
include/compat-sys5.h [new file with mode: 0644]
include/ctype.h
include/disktab.h
include/fstab.h
include/gen.h
include/grp.h
include/inet.h [new file with mode: 0644]
include/lastlog.h
include/math.h
include/memory.h
include/mtab.h
include/ndbm.h
include/net.h
include/netdb.h
include/ns.h [new file with mode: 0644]
include/pcc.h
include/protocols/dumprestore.h
include/protocols/routed.h
include/protocols/rwhod.h
include/protocols/talkd.h
include/protocols/timed.h
include/pwd.h
include/ranlib.h
include/resolv.h
include/setjmp.h
include/sgtty.h
include/stab.h
include/stdio.h
include/string.h
include/strings.h
include/struct.h
include/sys.h [new file with mode: 0644]
include/syscall.h
include/sysexits.h
include/time.h
include/ttyent.h
include/utmp.h
include/varargs.h
include/vfont.h
lib/libc/compat-4.1/ftime.c
lib/libc/compat-4.1/getpw.c
lib/libc/compat-4.1/gtty.c
lib/libc/compat-4.1/nice.c
lib/libc/compat-4.1/pause.c
lib/libc/compat-4.1/rand.c
lib/libc/compat-4.1/stty.c
lib/libc/compat-4.1/tell.c
lib/libc/compat-4.1/times.c
lib/libc/compat-4.1/utime.c
lib/libc/compat-4.1/vlimit.c
lib/libc/compat-4.1/vtimes.c
lib/libc/compat-sys5/getopt.c
lib/libc/compat-sys5/memccpy.c
lib/libc/compat-sys5/memchr.c
lib/libc/compat-sys5/memcmp.c
lib/libc/compat-sys5/memcpy.c
lib/libc/compat-sys5/memset.c
lib/libc/compat-sys5/strcatn.c
lib/libc/compat-sys5/strchr.c
lib/libc/compat-sys5/strcmpn.c
lib/libc/compat-sys5/strcpyn.c
lib/libc/compat-sys5/strcspn.c
lib/libc/compat-sys5/strpbrk.c
lib/libc/compat-sys5/strrchr.c
lib/libc/compat-sys5/strspn.c
lib/libc/compat-sys5/strtok.c
lib/libc/compat-sys5/tmpnam.c
lib/libc/gen/_setjmp.c
lib/libc/gen/abort.c
lib/libc/gen/abs.c
lib/libc/gen/alarm.c
lib/libc/gen/atof.c
lib/libc/gen/atoi.c
lib/libc/gen/atol.c
lib/libc/gen/bcmp.c
lib/libc/gen/bcopy.c
lib/libc/gen/bzero.c
lib/libc/gen/calloc.c
lib/libc/gen/closedir.c
lib/libc/gen/crypt.c
lib/libc/gen/ctime.c
lib/libc/gen/ctype_.c
lib/libc/gen/disktab.c
lib/libc/gen/ecvt.c
lib/libc/gen/errlst.c
lib/libc/gen/execvp.c
lib/libc/gen/fakcu.c
lib/libc/gen/ffs.c
lib/libc/gen/frexp.c
lib/libc/gen/fstab.c
lib/libc/gen/gcvt.c
lib/libc/gen/getenv.c
lib/libc/gen/getgrent.c
lib/libc/gen/getgrgid.c
lib/libc/gen/getgrnam.c
lib/libc/gen/getlogin.c
lib/libc/gen/getpass.c
lib/libc/gen/getpwent.c
lib/libc/gen/getpwnamuid.c
lib/libc/gen/getttyent.c
lib/libc/gen/getttynam.c
lib/libc/gen/getusershell.c
lib/libc/gen/getwd.c
lib/libc/gen/index.c
lib/libc/gen/initgroups.c
lib/libc/gen/insque.c
lib/libc/gen/ldexp.c
lib/libc/gen/malloc.c
lib/libc/gen/mkstemp.c
lib/libc/gen/mktemp.c
lib/libc/gen/modf.c
lib/libc/gen/ndbm.c
lib/libc/gen/nlist.c
lib/libc/gen/opendir.c
lib/libc/gen/perror.c
lib/libc/gen/psignal.c
lib/libc/gen/qsort.c
lib/libc/gen/random.c
lib/libc/gen/readdir.c
lib/libc/gen/regex.c
lib/libc/gen/remque.c
lib/libc/gen/rindex.c
lib/libc/gen/scandir.c
lib/libc/gen/seekdir.c
lib/libc/gen/setegid.c
lib/libc/gen/seteuid.c
lib/libc/gen/setgid.c
lib/libc/gen/setjmp.c
lib/libc/gen/setjmperr.c
lib/libc/gen/setrgid.c
lib/libc/gen/setruid.c
lib/libc/gen/setuid.c
lib/libc/gen/siginterrupt.c
lib/libc/gen/siglist.c
lib/libc/gen/signal.c
lib/libc/gen/sleep.c
lib/libc/gen/strcat.c
lib/libc/gen/strcmp.c
lib/libc/gen/strcpy.c
lib/libc/gen/strlen.c
lib/libc/gen/strncat.c
lib/libc/gen/strncmp.c
lib/libc/gen/strncpy.c
lib/libc/gen/swab.c
lib/libc/gen/syslog.c
lib/libc/gen/system.c
lib/libc/gen/telldir.c
lib/libc/gen/time.c
lib/libc/gen/timezone.c
lib/libc/gen/ttyname.c
lib/libc/gen/ttyslot.c
lib/libc/gen/ualarm.c
lib/libc/gen/usleep.c
lib/libc/gen/valloc.c
lib/libc/inet/inet_addr.c
lib/libc/inet/inet_lnaof.c
lib/libc/inet/inet_makeaddr.c
lib/libc/inet/inet_netof.c
lib/libc/inet/inet_network.c
lib/libc/inet/inet_ntoa.c
lib/libc/net/getnetbyaddr.c
lib/libc/net/getnetbyname.c
lib/libc/net/getnetent.c
lib/libc/net/getproto.c
lib/libc/net/getprotoent.c
lib/libc/net/getprotoname.c
lib/libc/net/getservbyname.c
lib/libc/net/getservbyport.c
lib/libc/net/getservent.c
lib/libc/net/hosttable/gethostent.c
lib/libc/net/hosttable/gethostnamadr.c
lib/libc/net/htonl.c
lib/libc/net/htons.c
lib/libc/net/named/gethostnamadr.c
lib/libc/net/named/sethostent.c
lib/libc/net/ntohl.c
lib/libc/net/ntohs.c
lib/libc/net/rcmd.c
lib/libc/net/res_comp.c
lib/libc/net/res_debug.c
lib/libc/net/res_init.c
lib/libc/net/res_mkquery.c
lib/libc/net/res_send.c
lib/libc/net/rexec.c
lib/libc/net/ruserpass.c
lib/libc/ns/ns_addr.c
lib/libc/ns/ns_ntoa.c
lib/libc/stdio/clrerr.c
lib/libc/stdio/doprnt.c
lib/libc/stdio/doscan.c
lib/libc/stdio/exit.c
lib/libc/stdio/fdopen.c
lib/libc/stdio/fgetc.c
lib/libc/stdio/fgets.c
lib/libc/stdio/filbuf.c
lib/libc/stdio/findiop.c
lib/libc/stdio/flsbuf.c
lib/libc/stdio/fopen.c
lib/libc/stdio/fprintf.c
lib/libc/stdio/fputc.c
lib/libc/stdio/fputs.c
lib/libc/stdio/fread.c
lib/libc/stdio/freopen.c
lib/libc/stdio/fseek.c
lib/libc/stdio/ftell.c
lib/libc/stdio/fwrite.c
lib/libc/stdio/getchar.c
lib/libc/stdio/gets.c
lib/libc/stdio/getw.c
lib/libc/stdio/popen.c
lib/libc/stdio/printf.c
lib/libc/stdio/putchar.c
lib/libc/stdio/puts.c
lib/libc/stdio/putw.c
lib/libc/stdio/rew.c
lib/libc/stdio/scanf.c
lib/libc/stdio/setbuf.c
lib/libc/stdio/setbuffer.c
lib/libc/stdio/sibuf.c
lib/libc/stdio/sobuf.c
lib/libc/stdio/sprintf.c
lib/libc/stdio/strout.c
lib/libc/stdio/ungetc.c
lib/libc/stdio/vfprintf.c
lib/libc/stdio/vprintf.c
lib/libc/stdio/vsprintf.c
lib/libc/sys/_exit.c
lib/libc/sys/accept.c
lib/libc/sys/access.c
lib/libc/sys/acct.c
lib/libc/sys/adjtime.c
lib/libc/sys/bind.c
lib/libc/sys/brk.c
lib/libc/sys/chdir.c
lib/libc/sys/chmod.c
lib/libc/sys/chown.c
lib/libc/sys/chroot.c
lib/libc/sys/close.c
lib/libc/sys/connect.c
lib/libc/sys/creat.c
lib/libc/sys/dup.c
lib/libc/sys/dup2.c
lib/libc/sys/execl.c
lib/libc/sys/execle.c
lib/libc/sys/exect.c
lib/libc/sys/execv.c
lib/libc/sys/execve.c
lib/libc/sys/fchmod.c
lib/libc/sys/fchown.c
lib/libc/sys/fcntl.c
lib/libc/sys/flock.c
lib/libc/sys/fork.c
lib/libc/sys/fstat.c
lib/libc/sys/fsync.c
lib/libc/sys/ftruncate.c
lib/libc/sys/getdtablesize.c
lib/libc/sys/getegid.c
lib/libc/sys/geteuid.c
lib/libc/sys/getgid.c
lib/libc/sys/getgroups.c
lib/libc/sys/gethostid.c
lib/libc/sys/gethostname.c
lib/libc/sys/getitimer.c
lib/libc/sys/getpagesize.c
lib/libc/sys/getpeername.c
lib/libc/sys/getpgrp.c
lib/libc/sys/getpid.c
lib/libc/sys/getppid.c
lib/libc/sys/getpriority.c
lib/libc/sys/getrlimit.c
lib/libc/sys/getrusage.c
lib/libc/sys/getsockname.c
lib/libc/sys/getsockopt.c
lib/libc/sys/gettimeofday.c
lib/libc/sys/getuid.c
lib/libc/sys/ioctl.c
lib/libc/sys/isatty.c
lib/libc/sys/kill.c
lib/libc/sys/killpg.c
lib/libc/sys/link.c
lib/libc/sys/listen.c
lib/libc/sys/lseek.c
lib/libc/sys/lstat.c
lib/libc/sys/mkdir.c
lib/libc/sys/mknod.c
lib/libc/sys/mount.c
lib/libc/sys/open.c
lib/libc/sys/pipe.c
lib/libc/sys/profil.c
lib/libc/sys/ptrace.c
lib/libc/sys/quota.c
lib/libc/sys/read.c
lib/libc/sys/readlink.c
lib/libc/sys/readv.c
lib/libc/sys/reboot.c
lib/libc/sys/recv.c
lib/libc/sys/recvfrom.c
lib/libc/sys/recvmsg.c
lib/libc/sys/rename.c
lib/libc/sys/rmdir.c
lib/libc/sys/sbrk.c
lib/libc/sys/select.c
lib/libc/sys/send.c
lib/libc/sys/sendmsg.c
lib/libc/sys/sendto.c
lib/libc/sys/setgroups.c
lib/libc/sys/sethostid.c
lib/libc/sys/sethostname.c
lib/libc/sys/setitimer.c
lib/libc/sys/setpgrp.c
lib/libc/sys/setpriority.c
lib/libc/sys/setquota.c
lib/libc/sys/setregid.c
lib/libc/sys/setreuid.c
lib/libc/sys/setrlimit.c
lib/libc/sys/setsockopt.c
lib/libc/sys/settimeofday.c
lib/libc/sys/shutdown.c
lib/libc/sys/sigblock.c
lib/libc/sys/sigpause.c
lib/libc/sys/sigreturn.c
lib/libc/sys/sigsetmask.c
lib/libc/sys/sigstack.c
lib/libc/sys/sigvec.c
lib/libc/sys/socket.c
lib/libc/sys/socketpair.c
lib/libc/sys/stat.c
lib/libc/sys/swapon.c
lib/libc/sys/symlink.c
lib/libc/sys/sync.c
lib/libc/sys/truncate.c
lib/libc/sys/umask.c
lib/libc/sys/umount.c
lib/libc/sys/unlink.c
lib/libc/sys/utimes.c
lib/libc/sys/vfork.c
lib/libc/sys/vhangup.c
lib/libc/sys/vopen.c
lib/libc/sys/wait.c
lib/libc/sys/wait3.c
lib/libc/sys/write.c
lib/libc/sys/writev.c
sys/h/acct.h
sys/h/bkmac.h
sys/h/buf.h
sys/h/callout.h
sys/h/clist.h
sys/h/cmap.h
sys/h/conf.h
sys/h/dir.h
sys/h/dk.h
sys/h/dkbad.h
sys/h/dmap.h
sys/h/domain.h
sys/h/errno.h
sys/h/exec.h
sys/h/file.h
sys/h/fs.h
sys/h/gprof.h
sys/h/inode.h
sys/h/ioctl.h
sys/h/kernel.h
sys/h/map.h
sys/h/mbuf.h
sys/h/mman.h
sys/h/mount.h
sys/h/msgbuf.h
sys/h/mtio.h
sys/h/namei.h
sys/h/param.h
sys/h/proc.h
sys/h/protosw.h
sys/h/ptrace.h
sys/h/quota.h
sys/h/reboot.h
sys/h/resource.h
sys/h/seg.h
sys/h/select.h
sys/h/signal.h
sys/h/socket.h
sys/h/socketvar.h
sys/h/stat.h
sys/h/syslog.h
sys/h/systm.h
sys/h/tablet.h
sys/h/text.h
sys/h/time.h
sys/h/timeb.h
sys/h/times.h
sys/h/trace.h
sys/h/tty.h
sys/h/ttychars.h
sys/h/ttydev.h
sys/h/types.h
sys/h/uio.h
sys/h/un.h
sys/h/unpcb.h
sys/h/user.h
sys/h/vadvise.h
sys/h/vcmd.h
sys/h/vlimit.h
sys/h/vm.h
sys/h/vmmac.h
sys/h/vmmeter.h
sys/h/vmparam.h
sys/h/vmsystm.h
sys/h/vsio.h
sys/h/vtimes.h
sys/h/wait.h
sys/net/af.h
sys/net/if.h
sys/net/if_arp.h
sys/net/netisr.h
sys/net/raw_cb.h
sys/net/route.h
sys/netimp/if_imp.h
sys/netimp/if_imphost.h
sys/netinet/icmp_var.h
sys/netinet/if_ether.h
sys/netinet/in.h
sys/netinet/in_pcb.h
sys/netinet/in_systm.h
sys/netinet/in_var.h
sys/netinet/ip.h
sys/netinet/ip_icmp.h
sys/netinet/ip_var.h
sys/netinet/tcp.h
sys/netinet/tcp_debug.h
sys/netinet/tcp_fsm.h
sys/netinet/tcp_seq.h
sys/netinet/tcp_timer.h
sys/netinet/tcp_var.h
sys/netinet/tcpip.h
sys/netinet/udp.h
sys/netinet/udp_var.h
sys/netns/idp.h
sys/netns/idp_var.h
sys/netns/ns.h
sys/netns/ns_error.h
sys/netns/ns_if.h
sys/netns/ns_pcb.h
sys/netns/sp.h
sys/netns/spidp.h
sys/netns/spp_debug.h
sys/netns/spp_var.h
sys/vax/clock.h
sys/vax/cons.h
sys/vax/cpu.h
sys/vax/crl.h
sys/vax/dkio.h
sys/vax/flp.h
sys/vax/frame.h
sys/vax/ioa.h
sys/vax/ka630.h
sys/vax/machparam.h
sys/vax/mem.h
sys/vax/mscp.h
sys/vax/mtpr.h
sys/vax/nexus.h
sys/vax/pcb.h
sys/vax/psl.h
sys/vax/pte.h
sys/vax/reg.h
sys/vax/rpb.h
sys/vax/rsp.h
sys/vax/scb.h
sys/vax/tmscp.h
sys/vax/trap.h
sys/vax/vmparam.h
sys/vaxif/if_accreg.h
sys/vaxif/if_cssreg.h
sys/vaxif/if_ddnreg.h
sys/vaxif/if_ddnvar.h
sys/vaxif/if_dereg.h
sys/vaxif/if_dmc.h
sys/vaxif/if_ecreg.h
sys/vaxif/if_en.h
sys/vaxif/if_enreg.h
sys/vaxif/if_exreg.h
sys/vaxif/if_hdhreg.h
sys/vaxif/if_hy.h
sys/vaxif/if_hyreg.h
sys/vaxif/if_il.h
sys/vaxif/if_ilreg.h
sys/vaxif/if_ix.h
sys/vaxif/if_pclreg.h
sys/vaxif/if_qereg.h
sys/vaxif/if_uba.h
sys/vaxif/if_vv.h
sys/vaxmba/hpreg.h
sys/vaxmba/htreg.h
sys/vaxmba/mbareg.h
sys/vaxmba/mbavar.h
sys/vaxmba/mtreg.h
sys/vaxuba/adreg.h
sys/vaxuba/dhreg.h
sys/vaxuba/dhureg.h
sys/vaxuba/dmfreg.h
sys/vaxuba/dmreg.h
sys/vaxuba/dmzreg.h
sys/vaxuba/dzreg.h
sys/vaxuba/idcreg.h
sys/vaxuba/ikreg.h
sys/vaxuba/npreg.h
sys/vaxuba/pdma.h
sys/vaxuba/psreg.h
sys/vaxuba/rkreg.h
sys/vaxuba/rlreg.h
sys/vaxuba/rxreg.h
sys/vaxuba/tmreg.h
sys/vaxuba/tmscpreg.h
sys/vaxuba/tsreg.h
sys/vaxuba/ubareg.h
sys/vaxuba/ubavar.h
sys/vaxuba/udareg.h
sys/vaxuba/upreg.h
sys/vaxuba/utreg.h
sys/vaxuba/uureg.h
sys/vaxuba/vpreg.h
sys/vaxuba/vsreg.h

index 91d4fcd..ad3166f 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _A_OUT_H_
+#define _A_OUT_H_
+
+#include <sys/exec.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -11,7 +16,7 @@
  * and magic numbers are shared with
  * the kernel.
  */
-#include <sys/exec.h>
+/*#include <sys/exec.h>*/
 
 /*
  * Macros which take exec structures as arguments and tell whether
@@ -80,3 +85,18 @@ unsigned long        n_value;        /* value of this symbol (or sdb offset) */
  * Format for namelist values.
  */
 #define        N_FORMAT        "%08x"
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/nlist.c */
+int nlist __P((char *name, struct nlist *list));
+#endif
+
+#endif
index 8780c1f..19fa478 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _AR_H_
+#define _AR_H_
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -20,3 +23,5 @@ struct ar_hdr {
        char    ar_size[10];
        char    ar_fmag[2];
 };
+
+#endif
index 187a875..852fcf9 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _ARPA_FTP_H_
+#define _ARPA_FTP_H_
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -65,3 +68,5 @@
 #define        BLK_RESTART     0x10    /* Block is Restart Marker */
 
 #define        BLK_BYTECOUNT   2       /* Bytes in this block */
+
+#endif
index af957ca..65a2370 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _ARPA_INET_H_
+#define _ARPA_INET_H_
+
+#include <netinet/in.h>
+/*#include <sys/types.h> netinet/in.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
  * External definitions for
  * functions in inet(3N)
  */
-unsigned long inet_addr();
-char   *inet_ntoa();
-struct in_addr inet_makeaddr();
-unsigned long inet_network();
+/*unsigned long inet_addr();*/
+/*char *inet_ntoa();*/
+/*struct       in_addr inet_makeaddr();*/
+/*unsigned long inet_network();*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* inet/inet_addr.c */
+u_long inet_addr __P((register char *cp));
+
+/* inet/inet_lnaof.c */
+int inet_lnaof __P((struct in_addr in));
+
+/* inet/inet_makeaddr.c */
+struct in_addr inet_makeaddr __P((int net, int host));
+
+/* inet/inet_netof.c */
+int inet_netof __P((struct in_addr in));
+
+/* inet/inet_network.c */
+u_long inet_network __P((register char *cp));
+
+/* inet/inet_ntoa.c */
+char *inet_ntoa __P((struct in_addr in));
+#endif
+
+#endif
index 2b85ac3..9c7207a 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _ARPA_NAMESER_H_
+#define _ARPA_NAMESER_H_
+
+#include <stdio.h>
+/*#include <sys/types.h> stdio.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -152,5 +158,45 @@ struct rrec {
        char    *r_data;                /* pointer to data */
 };
 
-extern u_short getshort();
-extern u_long  getlong();
+/*extern       u_short getshort();*/
+/*extern       u_long  getlong();*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* net/res_comp.c */
+int dn_expand __P((char *msg, char *eomorig, char *comp_dn, char *exp_dn, int length));
+int dn_comp __P((char *exp_dn, char *comp_dn, int length, char **dnptrs, char **lastdnptr));
+int dn_skip __P((char *comp_dn));
+int dn_find __P((char *exp_dn, char *msg, char **dnptrs, char **lastdnptr));
+u_short getshort __P((char *msgp));
+u_long getlong __P((char *msgp));
+int putshort __P((int s, register char *msgp));
+int putlong __P((register u_long l, register char *msgp));
+
+/* net/res_debug.c */
+int p_query __P((char *msg));
+int fp_query __P((char *msg, FILE *file));
+char *p_cdname __P((char *cp, char *msg, FILE *file));
+char *p_rr __P((char *cp, char *msg, FILE *file));
+char *p_type __P((int type));
+char *p_class __P((int class));
+
+/* net/res_init.c */
+int res_init __P((void));
+
+/* net/res_mkquery.c */
+int res_mkquery __P((int op, char *dname, int class, int type, char *data, int datalen, struct rrec *newrr, char *buf, int buflen));
+
+/* net/res_send.c */
+int res_send __P((char *buf, int buflen, char *answer, int anslen));
+int _res_close __P((void));
+#endif
+
+#endif
index 1c5b435..01b7a0c 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _ARPA_TELNET_H_
+#define _ARPA_TELNET_H_
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -80,3 +83,5 @@ char *telopts[NTELOPTS] = {
 /* sub-option qualifiers */
 #define        TELQUAL_IS      0       /* option is... */
 #define        TELQUAL_SEND    1       /* send option */
+
+#endif
index 73c536c..6fed9fc 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _ARPA_TFTP_H_
+#define _ARPA_TFTP_H_
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -46,3 +49,5 @@ struct        tftphdr {
 #define        EBADID          5               /* unknown transfer ID */
 #define        EEXISTS         6               /* file already exists */
 #define        ENOUSER         7               /* no such user */
+
+#endif
index 1529b79..89072b1 100644 (file)
@@ -1,9 +1,16 @@
+#ifndef _ASSERT_H_
+#define _ASSERT_H_
+
+#include <stdio.h>
+
 /*     assert.h        4.2     85/01/21        */
 
-# ifndef NDEBUG
+/*# ifndef NDEBUG*/
 # define _assert(ex)   {if (!(ex)){fprintf(stderr,"Assertion failed: file \"%s\", line %d\n", __FILE__, __LINE__);exit(1);}}
 # define assert(ex)    _assert(ex)
 # else
 # define _assert(ex)
 # define assert(ex)
-# endif
+/*# endif*/
+
+#endif
diff --git a/include/compat-4.1.h b/include/compat-4.1.h
new file mode 100644 (file)
index 0000000..d546509
--- /dev/null
@@ -0,0 +1,35 @@
+#ifndef _COMPAT_4_1_H_
+#define _COMPAT_4_1_H_
+
+#include <sys/ioctl.h>
+#include <sys/resource.h>
+/*#include <sys/time.h> sys/resource.h*/
+#include <sys/timeb.h>
+#include <sys/times.h>
+#include <sys/vlimit.h>
+#include <sys/vtimes.h>
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* compat-4.1/getpw.c */
+int getpw __P((int uid, char buf[]));
+
+/* compat-4.1/pause.c */
+int pause __P((void));
+
+/* compat-4.1/rand.c */
+int srand __P((unsigned x));
+int rand __P((void));
+
+/* compat-4.1/tell.c */
+long tell __P((int f));
+#endif
+
+#endif
diff --git a/include/compat-sys5.h b/include/compat-sys5.h
new file mode 100644 (file)
index 0000000..39dd615
--- /dev/null
@@ -0,0 +1,23 @@
+#ifndef _COMPAT_SYS5_H_
+#define _COMPAT_SYS5_H_
+
+#include <memory.h>
+#include <string.h>
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* compat-sys5/getopt.c */
+int getopt __P((int nargc, char **nargv, char *ostr));
+
+/* compat-sys5/tmpnam.c */
+char *tmpnam __P((char *s));
+#endif
+
+#endif
index 83d853b..1142fde 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _CTYPE_H_
+#define _CTYPE_H_
+
 /*     ctype.h 4.2     85/09/04        */
 
 #define        _U      01
@@ -26,3 +29,5 @@ extern        char    _ctype_[];
 #define toupper(c)     ((c)-'a'+'A')
 #define tolower(c)     ((c)-'A'+'a')
 #define toascii(c)     ((c)&0177)
+
+#endif
index 060d15f..531770f 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _DISKTAB_H_
+#define _DISKTAB_H_
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -28,4 +31,19 @@ struct       disktab {
        } d_partitions[8];
 };
 
-struct disktab *getdiskbyname();
+/*struct       disktab *getdiskbyname();*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/disktab.c */
+struct disktab *getdiskbyname __P((char *name));
+#endif
+
+#endif
index c595c82..e42a66f 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _FSTAB_H_
+#define _FSTAB_H_
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -34,9 +37,29 @@ struct       fstab{
        int     fs_passno;              /* pass number on parallel dump */
 };
 
-struct fstab *getfsent();
-struct fstab *getfsspec();
-struct fstab *getfsfile();
-struct fstab *getfstype();
-int    setfsent();
-int    endfsent();
+/*struct       fstab *getfsent();*/
+/*struct       fstab *getfsspec();*/
+/*struct       fstab *getfsfile();*/
+/*struct       fstab *getfstype();*/
+/*int  setfsent();*/
+/*int  endfsent();*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/fstab.c */
+int setfsent __P((void));
+int endfsent __P((void));
+struct fstab *getfsent __P((void));
+struct fstab *getfsspec __P((char *name));
+struct fstab *getfsfile __P((char *name));
+struct fstab *getfstype __P((char *type));
+#endif
+
+#endif
index c0a77d9..79be393 100644 (file)
@@ -1,5 +1,129 @@
+#ifndef _GEN_H_
+#define _GEN_H_
+
+#include <a.out.h>
+#include <ctype.h>
+#include <disktab.h>
+#include <fstab.h>
+#include <grp.h>
+#include <math.h>
+#include <ndbm.h>
+#include <pwd.h>
+#include <setjmp.h>
+#include <strings.h>
+#include <sys/dir.h>
+#include <sys/errno.h>
+/*#include <sys/exec.h> a.out.h*/
+#include <sys/proc.h>
+#include <sys/signal.h>
+#include <sys/syslog.h>
+/*#include <sys/time.h> sys/proc.h*/
+/*#include <time.h> sys/proc.h*/
+#include <ttyent.h>
+#include <utmp.h>
+
 /* formerly duplicated in gen/insque.c and gen/remque.c */
 struct vaxque {                /* queue format expected by VAX queue instructions */
        struct vaxque   *vq_next;
        struct vaxque   *vq_prev;
 };
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/abort.c */
+int abort __P((void));
+
+/* gen/abs.c */
+int abs __P((int i));
+
+/* gen/atoi.c */
+int atoi __P((register char *p));
+
+/* gen/atol.c */
+long atol __P((register char *p));
+
+/* gen/calloc.c */
+void *calloc __P((register unsigned num, register unsigned size));
+int cfree __P((void *p, unsigned num, unsigned size));
+
+/* gen/crypt.c */
+int setkey __P((char *key));
+int encrypt __P((char *block, int edflag));
+char *crypt __P((char *pw, char *salt));
+
+/* gen/ecvt.c */
+char *ecvt __P((double arg, int ndigits, int *decpt, int *sign));
+char *fcvt __P((double arg, int ndigits, int *decpt, int *sign));
+
+/* gen/fakcu.c */
+void _cleanup __P((void));
+
+/* gen/ffs.c */
+int ffs __P((register long mask));
+
+/* gen/gcvt.c */
+char *gcvt __P((double number, int ndigit, char *buf));
+
+/* gen/getenv.c */
+char *getenv __P((register char *name));
+
+/* gen/getpass.c */
+char *getpass __P((char *prompt));
+
+/* gen/getusershell.c */
+char *getusershell __P((void));
+int endusershell __P((void));
+int setusershell __P((void));
+
+/* gen/insque.c */
+int insque __P((register struct vaxque *e, register struct vaxque *prev));
+
+/* gen/malloc.c */
+void *malloc __P((unsigned nbytes));
+void morecore __P((int bucket));
+void free __P((void *cp));
+void *realloc __P((void *cp, unsigned nbytes));
+void mstats __P((char *s));
+
+/* gen/mkstemp.c */
+int mkstemp __P((char *as));
+
+/* gen/mktemp.c */
+char *mktemp __P((char *as));
+
+/* gen/qsort.c */
+void qsort __P((void *_base, int n, int size, int (*compar)(void)));
+
+/* gen/random.c */
+int srandom __P((unsigned x));
+char *initstate __P((unsigned seed, char *arg_state, int n));
+char *setstate __P((char *arg_state));
+long random __P((void));
+
+/* gen/regex.c */
+char *re_comp __P((register char *sp));
+int re_exec __P((register char *p1));
+int backref __P((register int i, register char *lp));
+int cclass __P((register char *set, int c, int af));
+
+/* gen/remque.c */
+int remque __P((register struct vaxque *e));
+
+/* gen/swab.c */
+int swab __P((register char *from, register char *to, register int n));
+
+/* gen/timezone.c */
+char *timezone __P((int zone, int dst));
+
+/* gen/valloc.c */
+void *valloc __P((int i));
+#endif
+
+#endif
index f053f22..7197fbf 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _GRP_H_
+#define _GRP_H_
+
 /*     grp.h   4.1     83/05/03        */
 
 struct group { /* see getgrent(3) */
@@ -7,4 +10,30 @@ struct        group { /* see getgrent(3) */
        char    **gr_mem;
 };
 
-struct group *getgrent(), *getgrgid(), *getgrnam();
+/*struct group *getgrent(), *getgrgid(), *getgrnam();*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/getgrent.c */
+int setgrent __P((void));
+int endgrent __P((void));
+struct group *getgrent __P((void));
+
+/* gen/getgrgid.c */
+struct group *getgrgid __P((register gid));
+
+/* gen/getgrnam.c */
+struct group *getgrnam __P((register char *name));
+
+/* gen/initgroups.c */
+int initgroups __P((char *uname, int agroup));
+#endif
+
+#endif
diff --git a/include/inet.h b/include/inet.h
new file mode 100644 (file)
index 0000000..be7a8b0
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _INET_H_
+#define _INET_H_
+
+#include <arpa/inet.h>
+
+#endif
index 3686a91..65c514f 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _LASTLOG_H_
+#define _LASTLOG_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -11,3 +16,5 @@ struct lastlog {
        char    ll_line[8];
        char    ll_host[16];            /* same as in utmp */
 };
+
+#endif
index 6b874d6..1f968be 100644 (file)
@@ -1,20 +1,47 @@
+#ifndef _MATH_H_
+#define _MATH_H_
+
 /*     math.h  4.6     9/11/85 */
 
-extern double asinh(), acosh(), atanh();
-extern double erf(), erfc();
-extern double exp(), expm1(), log(), log10(), log1p(), pow();
-extern double fabs(), floor(), ceil(), rint();
-extern double lgamma();
-extern double hypot(), cabs();
-extern double copysign(), drem(), logb(), scalb();
-extern int finite();
+/*extern double asinh(), acosh(), atanh();*/
+/*extern double erf(), erfc();*/
+/*extern double exp(), expm1(), log(), log10(), log1p(), pow();*/
+/*extern double fabs(), floor(), ceil(), rint();*/
+/*extern double lgamma();*/
+/*extern double hypot(), cabs();*/
+/*extern double copysign(), drem(), logb(), scalb();*/
+/*extern int finite();*/
 #ifdef vax
-extern double infnan();
+/*extern double infnan();*/
 #endif
-extern double j0(), j1(), jn(), y0(), y1(), yn();
-extern double sin(), cos(), tan(), asin(), acos(), atan(), atan2();
-extern double sinh(), cosh(), tanh();
-extern double cbrt(), sqrt();
-extern double modf(), ldexp(), frexp(), atof();
+/*extern double j0(), j1(), jn(), y0(), y1(), yn();*/
+/*extern double sin(), cos(), tan(), asin(), acos(), atan(), atan2();*/
+/*extern double sinh(), cosh(), tanh();*/
+/*extern double cbrt(), sqrt();*/
+/*extern double modf(), ldexp(), frexp(), atof();*/
 
 #define HUGE   1.701411733192644270e38
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/atof.c */
+double atof __P((char *s));
+
+/* gen/frexp.c */
+double frexp __P((double x, int *i));
+
+/* gen/ldexp.c */
+double ldexp __P((double v, int e));
+
+/* gen/modf.c */
+double modf __P((double v, double *p));
+#endif
+
+#endif
index 532c8df..391cd52 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _MEMORY_H_
+#define _MEMORY_H_
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
  * Definitions of the Sys5 compat memory manipulation routines
  */
 
-extern char *memccpy();
-extern char *memchr();
-extern int memcmp();
-extern char *memcpy();
-extern char *memset();
+/*extern char *memccpy();*/
+/*extern char *memchr();*/
+/*extern int memcmp();*/
+/*extern char *memcpy();*/
+/*extern char *memset();*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* compat-sys5/memccpy.c */
+char *memccpy __P((void *_t, void *_f, register c, register n));
+
+/* compat-sys5/memchr.c */
+void *memchr __P((void *_s, register c, register n));
+
+/* compat-sys5/memcmp.c */
+int memcmp __P((void *_s1, void *_s2, register n));
+
+/* compat-sys5/memcpy.c */
+void *memcpy __P((void *_t, void *_f, register n));
+
+/* compat-sys5/memset.c */
+void *memset __P((void *_s, register c, register n));
+#endif
+
+#endif
index bfe07ce..18179d7 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _MTAB_H_
+#define _MTAB_H_
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -14,3 +17,5 @@ struct mtab {
        char    m_dname[32];            /* block device pathname */
        char    m_type[4];              /* read-only, quotas */
 };
+
+#endif
index 57a8bf1..c45aa3a 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _NDBM_H_
+#define _NDBM_H_
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -52,11 +55,33 @@ typedef struct {
 #define DBM_INSERT     0
 #define DBM_REPLACE    1
 
-DBM    *dbm_open();
-void   dbm_close();
-datum  dbm_fetch();
-datum  dbm_firstkey();
-datum  dbm_nextkey();
-long   dbm_forder();
-int    dbm_delete();
-int    dbm_store();
+/*DBM  *dbm_open();*/
+/*void dbm_close();*/
+/*datum        dbm_fetch();*/
+/*datum        dbm_firstkey();*/
+/*datum        dbm_nextkey();*/
+/*long dbm_forder();*/
+/*int  dbm_delete();*/
+/*int  dbm_store();*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/ndbm.c */
+DBM *dbm_open __P((char *file, int flags, ...));
+void dbm_close __P((DBM *db));
+long dbm_forder __P((register DBM *db, datum key));
+datum dbm_fetch __P((register DBM *db, datum key));
+int dbm_delete __P((register DBM *db, datum key));
+int dbm_store __P((register DBM *db, datum key, datum dat, int replace));
+datum dbm_firstkey __P((DBM *db));
+datum dbm_nextkey __P((register DBM *db));
+#endif
+
+#endif
index 7c94432..337cc5a 100644 (file)
@@ -1,6 +1,53 @@
+#ifndef _NET_H_
+#define _NET_H_
+
+#include <arpa/nameser.h>
+#include <netdb.h>
+/*#include <stdio.h> arpa/nameser.h*/
+/*#include <sys/types.h> arpa/nameser.h*/
+
 /*
  * Functions for number representation conversion.
  */
 /* formerly duplicated in netinet/in.h and netns/ns.h */
-u_short        ntohs(), htons();
-u_long ntohl(), htonl();
+/*u_short      ntohs(), htons();*/
+/*u_long       ntohl(), htonl();*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* net/htonl.c */
+u_long htonl __P((u_long hostlong));
+
+/* net/htons.c */
+u_short htons __P((int hostshort));
+
+/* net/ntohl.c */
+u_long ntohl __P((u_long netlong));
+
+/* net/ntohs.c */
+u_short ntohs __P((int netshort));
+
+/* net/rcmd.c */
+int rcmd __P((char **ahost, int rport, char *locuser, char *remuser, char *cmd, int *fd2p));
+int rresvport __P((int *alport));
+int ruserok __P((char *rhost, int superuser, char *ruser, char *luser));
+int _validuser __P((FILE *hostf, char *rhost, char *luser, char *ruser, int baselen));
+int _checkhost __P((char *rhost, char *lhost, int len));
+
+/* net/rexec.c */
+int rexec __P((char **ahost, int rport, char *name, char *pass, char *cmd, int *fd2p));
+
+/* net/ruserpass.c */
+void ruserpass __P((char *host, char **aname, char **apass));
+void mkpwunclear __P((char *spasswd, int mch, char *sencpasswd));
+void mkpwclear __P((char *sencpasswd, int mch, char *spasswd));
+#endif
+
+#endif
index 762e4a5..4e8813d 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _NETDB_H_
+#define _NETDB_H_
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -46,10 +49,10 @@ struct      protoent {
        int     p_proto;        /* protocol # */
 };
 
-struct hostent *gethostbyname(), *gethostbyaddr(), *gethostent();
-struct netent  *getnetbyname(), *getnetbyaddr(), *getnetent();
-struct servent *getservbyname(), *getservbyport(), *getservent();
-struct protoent        *getprotobyname(), *getprotobynumber(), *getprotoent();
+/*struct hostent       *gethostbyname(), *gethostbyaddr(), *gethostent();*/
+/*struct netent        *getnetbyname(), *getnetbyaddr(), *getnetent();*/
+/*struct servent       *getservbyname(), *getservbyport(), *getservent();*/
+/*struct protoent      *getprotobyname(), *getprotobynumber(), *getprotoent();*/
 
 /*
  * Error return codes from gethostbyname() and gethostbyaddr()
@@ -61,3 +64,72 @@ extern  int h_errno;
 #define        TRY_AGAIN       2 /* Non-Authoritive Host not found, or SERVERFAIL */
 #define        NO_RECOVERY     3 /* Non recoverable errors, FORMERR, REFUSED, NOTIMP */
 #define NO_ADDRESS     4 /* Valid host name, no address, look for MX record */
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* net/getnetbyaddr.c */
+struct netent *getnetbyaddr __P((register int net, register int type));
+
+/* net/getnetbyname.c */
+struct netent *getnetbyname __P((register char *name));
+
+/* net/getnetent.c */
+int setnetent __P((int f));
+int endnetent __P((void));
+struct netent *getnetent __P((void));
+
+/* net/getproto.c */
+struct protoent *getprotobynumber __P((register int proto));
+
+/* net/getprotoent.c */
+int setprotoent __P((int f));
+int endprotoent __P((void));
+struct protoent *getprotoent __P((void));
+
+/* net/getprotoname.c */
+struct protoent *getprotobyname __P((register char *name));
+
+/* net/getservbyname.c */
+struct servent *getservbyname __P((char *name, char *proto));
+
+/* net/getservbyport.c */
+struct servent *getservbyport __P((int port, char *proto));
+
+/* net/getservent.c */
+int setservent __P((int f));
+int endservent __P((void));
+struct servent *getservent __P((void));
+
+/* net/hosttable/gethostent.c */
+int sethostent __P((int f));
+int endhostent __P((void));
+struct hostent *gethostent __P((void));
+int sethostfile __P((char *file));
+
+/* net/hosttable/gethostnamadr.c */
+struct hostent *gethostbyname __P((register char *nam));
+struct hostent *gethostbyaddr __P((char *addr, register int length, register int type));
+
+/* net/named/gethostnamadr.c */
+struct hostent *gethostbyname __P((char *name));
+struct hostent *gethostbyaddr __P((char *addr, int len, int type));
+int _sethtent __P((int f));
+int _endhtent __P((void));
+struct hostent *_gethtent __P((void));
+struct hostent *_gethtbyname __P((char *name));
+struct hostent *_gethtbyaddr __P((char *addr, int len, int type));
+
+/* net/named/sethostent.c */
+int sethostent __P((int stayopen));
+int endhostent __P((void));
+int sethostfile __P((char *name));
+#endif
+
+#endif
diff --git a/include/ns.h b/include/ns.h
new file mode 100644 (file)
index 0000000..953afdf
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _NS_H_
+#define _NS_H_
+
+#include <netns/ns.h>
+
+#endif
index efc6da5..7e3e2f3 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _PCC_H_
+#define _PCC_H_
+
+#include <strings.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 # define       PCC_INLINE      61      /* inline function */
 /* no ASG */
 # define       PCC_UINLINE     63      /* inline with no arguments */
-# endif INLINE
+# endif
 
 /*
  * Referencing and dereferencing.
 # define       PCCF_FARIF      156     /* not implemented */
 # define       PCCF_FLABEL     157     /* an f77 label */
 
-# endif        PCC_TOKENS
-
+# endif
 
 /*
  * Types, as encoded in intermediate file cookies.
 # define       PCCTM_BASETYPE  017
 # define       PCCTM_TYPESHIFT 2
 
-
 /*
  * Useful macros.  'PCCOM' macros apply to ops.
  */
 # define       PCCM_ADDTYPE(t, m)              \
        ((((t) &~ PCCTM_BASETYPE) << PCCTM_TYPESHIFT) | \
        (m) | ((t) & PCCTM_BASETYPE))
+
+#endif
index fc576ec..faafd45 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _PROTOCOLS_DUMPRESTORE_H_
+#define _PROTOCOLS_DUMPRESTORE_H_
+
+#include <sys/inode.h>
+/*#include <sys/types.h> sys/inode.h*/
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -55,3 +61,5 @@ union u_spcl {
 #define        DUMPOUTFMT      "%-16s %c %s"           /* for printf */
                                                /* name, incno, ctime(date) */
 #define        DUMPINFMT       "%16s %c %[^\n]\n"      /* inverse for scanf */
+
+#endif
index ad7a61c..57facfe 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _PROTOCOLS_ROUTED_H_
+#define _PROTOCOLS_ROUTED_H_
+
+#include <sys/socket.h>
+/*#include <sys/types.h> sys/socket.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -62,3 +68,5 @@ char *ripcmds[RIPCMD_MAX] =
 
 #define        EXPIRE_TIME             180     /* time to mark entry invalid */
 #define        GARBAGE_TIME            240     /* time to garbage collect */
+
+#endif
index 745c4b1..0bc2dc8 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _PROTOCOLS_RWHOD_H_
+#define _PROTOCOLS_RWHOD_H_
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -32,3 +35,5 @@ struct        whod {
 
 #define        WHODVERSION     1
 #define        WHODTYPE_STATUS 1               /* host status */
+
+#endif
index b932862..3936c31 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _PROTOCOLS_TALKD_H_
+#define _PROTOCOLS_TALKD_H_
+
+#include <sys/socket.h>
+/*#include <sys/types.h> sys/socket.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,8 +12,8 @@
  *     @(#)talkd.h     5.2 (Berkeley) 3/13/86
  */
 
-#include <sys/types.h>
-#include <sys/socket.h>
+/*#include <sys/types.h>*/
+/*#include <sys/socket.h>*/
 /*
  * This describes the protocol used by the talk server and clients.
  *
@@ -82,3 +88,5 @@ typedef struct {
 #define MAX_LIFE       60      /* max time daemon saves invitations */
 /* RING_WAIT should be 10's of seconds less than MAX_LIFE */
 #define RING_WAIT      30      /* time to wait before resending invitation */
+
+#endif
index 786d9d8..1177f92 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _PROTOCOLS_TIMED_H_
+#define _PROTOCOLS_TIMED_H_
+
+#include <sys/param.h>
+#include <sys/time.h>
+/*#include <sys/types.h> sys/param.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -65,3 +72,5 @@ char *tsptype[TSPTYPENUMBER] =
   "DATE", "DATEREQ", "DATEACK", "TRACEON", "TRACEOFF", "MSITE", "MSITEREQ",
   "TEST", "SETDATE", "SETDATEREQ", "LOOP" };
 #endif
+
+#endif
index 6954fd7..5ae146d 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _PWD_H_
+#define _PWD_H_
+
 /*     pwd.h   4.1     83/05/03        */
 
 struct passwd { /* see getpwent(3) */
@@ -12,4 +15,26 @@ struct       passwd { /* see getpwent(3) */
        char    *pw_shell;
 };
 
-struct passwd *getpwent(), *getpwuid(), *getpwnam();
+/*struct passwd *getpwent(), *getpwuid(), *getpwnam();*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/getpwent.c */
+int setpwent __P((void));
+int endpwent __P((void));
+struct passwd *getpwent __P((void));
+int setpwfile __P((char *file));
+
+/* gen/getpwnamuid.c */
+struct passwd *getpwnam __P((char *nam));
+struct passwd *getpwuid __P((int uid));
+#endif
+
+#endif
index 936ba34..7ea58a1 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _RANLIB_H_
+#define _RANLIB_H_
+
+#include <sys/types.h>
+
 /*     ranlib.h        4.1     83/05/03        */
 
 /*
@@ -15,3 +20,5 @@ struct        ranlib {
        } ran_un;
        off_t   ran_off;                /* library member at this offset */
 };
+
+#endif
index ec5ff75..ab44739 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _RESOLV_H_
+#define _RESOLV_H_
+
+#include <arpa/nameser.h>
+#include <netinet/in.h>
+/*#include <sys/types.h> arpa/nameser.h*/
 
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * Global defines and variables for resolver stub.
  */
 
-
 #define        MAXNS           3               /* max # name servers we'll track */
 
-
 struct state {
        int     retrans;                /* retransmition time interval */
        int     retry;                  /* number of times to retransmit */
@@ -40,4 +44,6 @@ struct state {
 #define RES_STAYOPEN   0x0100          /* Keep TCP socket open */
 
 extern struct state _res;
-extern char *p_cdname(), *p_rr(), *p_type(), *p_class();
+/*extern char *p_cdname(), *p_rr(), *p_type(), *p_class();*/
+
+#endif
index a8c173c..200fc3a 100644 (file)
@@ -1,3 +1,29 @@
+#ifndef _SETJMP_H_
+#define _SETJMP_H_
+
 /*     setjmp.h        4.1     83/05/03        */
 
 typedef int jmp_buf[10];
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/_setjmp.c */
+int _setjmp __P((jmp_buf e));
+void _longjmp __P((jmp_buf e, int v));
+
+/* gen/setjmp.c */
+int setjmp __P((jmp_buf e));
+void longjmp __P((jmp_buf e, int v));
+
+/* gen/setjmperr.c */
+int longjmperror __P((void));
+#endif
+
+#endif
index e1186ca..cc1d2da 100644 (file)
@@ -1,5 +1,12 @@
-/*     sgtty.h 4.2     85/01/03        */
+#ifndef _SGTTY_H_
+#define _SGTTY_H_
 
-#ifndef        _IOCTL_
 #include <sys/ioctl.h>
+
+/*     sgtty.h 4.2     85/01/03        */
+
+/*#ifndef      _IOCTL_*/
+/*#include <sys/ioctl.h>*/
+/*#endif*/
+
 #endif
index d7547d4..8eeac29 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _STAB_H_
+#define _STAB_H_
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -40,3 +43,5 @@
  * for the berkeley pascal compiler, pc(1):
  */
 #define        N_PC    0x30            /* global pascal symbol: name,,0,subtype,line */
+
+#endif
index ca9648c..76125b9 100644 (file)
@@ -1,3 +1,11 @@
+#ifndef _STDIO_H_
+#define _STDIO_H_
+
+#include <sys/types.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#endif
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +14,7 @@
  *     @(#)stdio.h     5.3 (Berkeley) 3/15/86
  */
 
-# ifndef FILE
+/*# ifndef FILE*/
 #define        BUFSIZ  1024
 extern struct  _iobuf {
        int     _cnt;
@@ -35,7 +43,7 @@ extern        struct  _iobuf {
 #define        stderr  (&_iob[2])
 #ifndef lint
 #define        getc(p)         (--(p)->_cnt>=0? (int)(*(unsigned char *)(p)->_ptr++):_filbuf(p))
-#endif not lint
+#endif
 #define        getchar()       getc(stdin)
 #ifndef lint
 #define putc(x, p)     (--(p)->_cnt >= 0 ?\
@@ -45,21 +53,154 @@ extern     struct  _iobuf {
                        (int)(*(unsigned char *)(p)->_ptr++) :\
                        _flsbuf(*(unsigned char *)(p)->_ptr, p)) :\
                _flsbuf((unsigned char)(x), p)))
-#endif not lint
+#endif
 #define        putchar(x)      putc(x,stdout)
 #define        feof(p)         (((p)->_flag&_IOEOF)!=0)
 #define        ferror(p)       (((p)->_flag&_IOERR)!=0)
 #define        fileno(p)       ((p)->_file)
 #define        clearerr(p)     ((p)->_flag &= ~(_IOERR|_IOEOF))
 
-FILE   *fopen();
-FILE   *fdopen();
-FILE   *freopen();
-FILE   *popen();
-long   ftell();
-char   *fgets();
-char   *gets();
+/*FILE *fopen();*/
+/*FILE *fdopen();*/
+/*FILE *freopen();*/
+/*FILE *popen();*/
+/*long ftell();*/
+/*char *fgets();*/
+/*char *gets();*/
 #if 0 /*def vax*/
-char   *sprintf();             /* too painful to do right */
+/*char *sprintf();*/           /* too painful to do right */
+#endif
+/*# endif*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* stdio/clrerr.c */
+int clearerr __P((register FILE *iop));
+
+/* stdio/doprnt.c */
+int _doprnt __P((u_char *fmt0, va_list argp, register FILE *fp));
+
+/* stdio/doscan.c */
+int _doscan __P((FILE *iop, register char *fmt, register va_list argp));
+
+/* stdio/exit.c */
+int exit __P((int code));
+
+/* stdio/fdopen.c */
+FILE *fdopen __P((int fd, register char *mode));
+
+/* stdio/fgetc.c */
+int fgetc __P((FILE *fp));
+
+/* stdio/fgets.c */
+char *fgets __P((char *s, int n, register FILE *iop));
+
+/* stdio/filbuf.c */
+int _filbuf __P((register FILE *iop));
+
+/* stdio/findiop.c */
+FILE *_findiop __P((void));
+int _f_morefiles __P((void));
+void f_prealloc __P((void));
+void _fwalk __P((register int (*function)(void)));
+void _cleanup __P((void));
+
+/* stdio/flsbuf.c */
+int _flsbuf __P((int c, register FILE *iop));
+int fflush __P((register FILE *iop));
+int fclose __P((register FILE *iop));
+
+/* stdio/fopen.c */
+FILE *fopen __P((char *file, register char *mode));
+
+/* stdio/fprintf.c */
+int fprintf __P((register FILE *iop, char *fmt, ...));
+
+/* stdio/fputc.c */
+int fputc __P((int c, register FILE *fp));
+
+/* stdio/fputs.c */
+int fputs __P((register char *s, register FILE *iop));
+
+/* stdio/fread.c */
+int fread __P((void *_ptr, unsigned size, unsigned count, register FILE *iop));
+
+/* stdio/freopen.c */
+FILE *freopen __P((char *file, register char *mode, register FILE *iop));
+
+/* stdio/fseek.c */
+int fseek __P((register FILE *iop, long offset, int ptrname));
+
+/* stdio/ftell.c */
+long ftell __P((register FILE *iop));
+
+/* stdio/fwrite.c */
+int fwrite __P((void *_ptr, unsigned size, unsigned count, register FILE *iop));
+
+/* stdio/getchar.c */
+int getchar __P((void));
+
+/* stdio/gets.c */
+char *gets __P((char *s));
+
+/* stdio/getw.c */
+int getw __P((register FILE *iop));
+
+/* stdio/popen.c */
+FILE *popen __P((char *cmd, char *mode));
+int pclose __P((FILE *ptr));
+
+/* stdio/printf.c */
+int printf __P((char *fmt, ...));
+
+/* stdio/putchar.c */
+int putchar __P((register c));
+
+/* stdio/puts.c */
+int puts __P((register char *s));
+
+/* stdio/putw.c */
+int putw __P((int w, register FILE *iop));
+
+/* stdio/rew.c */
+int rewind __P((register FILE *iop));
+
+/* stdio/scanf.c */
+int scanf __P((char *fmt, ...));
+int fscanf __P((FILE *iop, char *fmt, ...));
+int sscanf __P((register char *str, char *fmt, ...));
+
+/* stdio/setbuf.c */
+int setbuf __P((register FILE *iop, char *buf));
+
+/* stdio/setbuffer.c */
+int setbuffer __P((register FILE *iop, char *buf, int size));
+int setlinebuf __P((register FILE *iop));
+
+/* stdio/sprintf.c */
+int sprintf __P((char *str, char *fmt, ...));
+
+/* stdio/strout.c */
+int _strout __P((register count, register char *string, int adjust, register FILE *file, int fillch));
+
+/* stdio/ungetc.c */
+int ungetc __P((int c, register FILE *iop));
+
+/* stdio/vfprintf.c */
+int vfprintf __P((FILE *iop, char *fmt, va_list argp));
+
+/* stdio/vprintf.c */
+int vprintf __P((char *fmt, va_list argp));
+
+/* stdio/vsprintf.c */
+int vsprintf __P((char *str, char *fmt, va_list argp));
+#endif
+
 #endif
-# endif
index b9e5c45..f0603f5 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _STRING_H_
+#define _STRING_H_
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,24 +9,63 @@
  *     @(#)string.h    5.1 (Berkeley) 85/08/05
  */
 
-#include <strings.h>
+/*#include <strings.h>*/
 
 /*
  * these next few are obsolete trash
  */
 
-extern char *strcpyn();
-extern char *strcatn();
-extern int strcmpn();
+/*extern char *strcpyn();*/
+/*extern char *strcatn();*/
+/*extern int strcmpn();*/
 
 /*
  * and the rest are Sys5 functions supported just so
  * Sys5 progs will compile easily.
  */
 
-extern char *strchr();
-extern char *strrchr();
-extern char *strpbrk();
-extern int strspn();
-extern int strcspn();
-extern char *strtok();
+/*extern char *strchr();*/
+/*extern char *strrchr();*/
+/*extern char *strpbrk();*/
+/*extern int strspn();*/
+/*extern int strcspn();*/
+/*extern char *strtok();*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* compat-sys5/strcatn.c */
+char *strcatn __P((register char *s1, register char *s2, register n));
+
+/* compat-sys5/strchr.c */
+char *strchr __P((register char *sp, int c));
+
+/* compat-sys5/strcmpn.c */
+int strcmpn __P((register char *s1, register char *s2, register n));
+
+/* compat-sys5/strcpyn.c */
+char *strcpyn __P((register char *s1, register char *s2, int n));
+
+/* compat-sys5/strcspn.c */
+int strcspn __P((register char *s, register char *set));
+
+/* compat-sys5/strpbrk.c */
+char *strpbrk __P((register char *s, register char *brk));
+
+/* compat-sys5/strrchr.c */
+char *strrchr __P((register char *sp, int c));
+
+/* compat-sys5/strspn.c */
+int strspn __P((register char *s, register char *set));
+
+/* compat-sys5/strtok.c */
+char *strtok __P((register char *s, register char *sep));
+#endif
+
+#endif
index 2b69a31..139103e 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _STRINGS_H_
+#define _STRINGS_H_
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
  * External function definitions
  * for routines described in string(3).
  */
-char   *strcat();
-char   *strncat();
-int    strcmp();
-int    strncmp();
-char   *strcpy();
-char   *strncpy();
-int    strlen();
-char   *index();
-char   *rindex();
+/*char *strcat();*/
+/*char *strncat();*/
+/*int  strcmp();*/
+/*int  strncmp();*/
+/*char *strcpy();*/
+/*char *strncpy();*/
+/*int  strlen();*/
+/*char *index();*/
+/*char *rindex();*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/bcmp.c */
+int bcmp __P((void *_b1, void *_b2, register int length));
+
+/* gen/bcopy.c */
+int bcopy __P((void *_src, void *_dst, register int length));
+
+/* gen/bzero.c */
+int bzero __P((void *_b, register int length));
+
+/* gen/index.c */
+char *index __P((register char *sp, int c));
+
+/* gen/rindex.c */
+char *rindex __P((register char *sp, int c));
+
+/* gen/strcat.c */
+char *strcat __P((register char *s1, register char *s2));
+
+/* gen/strcmp.c */
+int strcmp __P((register char *s1, register char *s2));
+
+/* gen/strcpy.c */
+char *strcpy __P((register char *s1, register char *s2));
+
+/* gen/strlen.c */
+int strlen __P((register char *s));
+
+/* gen/strncat.c */
+char *strncat __P((register char *s1, register char *s2, register n));
+
+/* gen/strncmp.c */
+int strncmp __P((register char *s1, register char *s2, register n));
+
+/* gen/strncpy.c */
+char *strncpy __P((register char *s1, register char *s2, int n));
+#endif
+
+#endif
index 2486388..044352d 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _STRUCT_H_
+#define _STRUCT_H_
+
 /*     struct.h        4.1     83/05/03        */
 
 /*
@@ -7,3 +10,5 @@
 #define        fldoff(str, fld)        ((int)&(((struct str *)0)->fld))
 #define        fldsiz(str, fld)        (sizeof(((struct str *)0)->fld))
 #define        strbase(str, ptr, fld)  ((struct str *)((char *)(ptr)-fldoff(str, fld)))
+
+#endif
diff --git a/include/sys.h b/include/sys.h
new file mode 100644 (file)
index 0000000..b077031
--- /dev/null
@@ -0,0 +1,62 @@
+#ifndef _SYS_H_
+#define _SYS_H_
+
+#include <sys/acct.h>
+#include <sys/dir.h>
+#include <sys/exec.h>
+#include <sys/file.h>
+#include <sys/ioctl.h>
+#include <sys/mount.h>
+#include <sys/proc.h>
+#include <sys/ptrace.h>
+#include <sys/quota.h>
+/*#include <sys/resource.h> sys/wait.h*/
+#include <sys/select.h>
+#include <sys/signal.h>
+/*#include <sys/socket.h> sys/ioctl.h*/
+#include <sys/stat.h>
+/*#include <sys/time.h> sys/proc.h*/
+#include <sys/uio.h>
+#include <sys/wait.h>
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* sys/gethostid.c */
+long gethostid __P((void));
+
+/* sys/gethostname.c */
+int gethostname __P((char *n, int l));
+
+/* sys/getpagesize.c */
+int getpagesize __P((void));
+
+/* sys/profil.c */
+void profil __P((char *b, int s, int o, int i));
+
+/* sys/reboot.c */
+void reboot __P((int h));
+
+/* sys/sethostid.c */
+int sethostid __P((long h));
+
+/* sys/sethostname.c */
+int sethostname __P((char *n, int l));
+
+/* sys/shutdown.c */
+int shutdown __P((int s, int h));
+
+/* sys/swapon.c */
+int swapon __P((char *s));
+
+/* sys/vhangup.c */
+void vhangup __P((void));
+#endif
+
+#endif
index 89ceabe..7e99388 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYSCALL_H_
+#define _SYSCALL_H_
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 #define        SYS_setquota    148
 #define        SYS_quota       149
 #define        SYS_getsockname 150
+
+#endif
index dc4a9ff..9382f44 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYSEXITS_H_
+#define _SYSEXITS_H_
+
 /*
 **  SYSEXITS.H -- Exit status codes for system programs.
 **
@@ -80,3 +83,5 @@
 # define EX_TEMPFAIL   75      /* temp failure; user is invited to retry */
 # define EX_PROTOCOL   76      /* remote error in protocol */
 # define EX_NOPERM     77      /* permission denied */
+
+#endif
index 8eb62c0..921e9bb 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _TIME_H_
+#define _TIME_H_
+
+#include <sys/types.h>
+
 /*     time.h  1.1     85/03/13        */
 
 /*
@@ -15,5 +20,24 @@ struct tm {
        int     tm_isdst;
 };
 
-extern struct tm *gmtime(), *localtime();
-extern char *asctime(), *ctime();
+/*extern       struct tm *gmtime(), *localtime();*/
+/*extern       char *asctime(), *ctime();*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/ctime.c */
+char *ctime __P((time_t *t));
+struct tm *localtime __P((time_t *tim));
+struct tm *gmtime __P((time_t *tim));
+char *asctime __P((struct tm *t));
+int dysize __P((int y));
+#endif
+
+#endif
index f7e0835..9556424 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _TTYENT_H_
+#define _TTYENT_H_
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -18,5 +21,25 @@ struct       ttyent { /* see getttyent(3) */
 #define TTY_ON         0x1     /* enable logins (startup getty) */
 #define TTY_SECURE     0x2     /* allow root to login */
 
-extern struct ttyent *getttyent();
-extern struct ttyent *getttynam();
+/*extern struct ttyent *getttyent();*/
+/*extern struct ttyent *getttynam();*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/getttyent.c */
+int setttyent __P((void));
+int endttyent __P((void));
+struct ttyent *getttyent __P((void));
+
+/* gen/getttynam.c */
+struct ttyent *getttynam __P((char *tty));
+#endif
+
+#endif
index c45b1f2..c52ed0c 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _UTMP_H_
+#define _UTMP_H_
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -17,3 +20,24 @@ struct utmp {
        char    ut_host[16];            /* host name, if remote */
        long    ut_time;                /* time on */
 };
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/getlogin.c */
+char *getlogin __P((void));
+
+/* gen/ttyname.c */
+char *ttyname __P((int f));
+
+/* gen/ttyslot.c */
+int ttyslot __P((void));
+#endif
+
+#endif
index 3a081f5..fe57a5d 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VARARGS_H_
+#define _VARARGS_H_
+
 /*     varargs.h       4.1     83/05/03        */
 
 typedef char *va_list;
@@ -5,3 +8,5 @@ typedef char *va_list;
 # define va_start(list) list = (char *) &va_alist
 # define va_end(list)
 # define va_arg(list,mode) ((mode *)(list += sizeof(mode)))[-1]
+
+#endif
index b2104df..62dd57c 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VFONT_H_
+#define _VFONT_H_
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -25,3 +28,5 @@ struct dispatch {
        char up,down,left,right;
        short width;
 };
+
+#endif
index ec24405..87c49e1 100644 (file)
@@ -1,3 +1,6 @@
+#include <sys/time.h>
+#include <sys/timeb.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,11 +9,11 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ftime.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <sys/time.h>
-#include <sys/timeb.h>
+/*#include <sys/types.h>*/
+/*#include <sys/time.h>*/
+/*#include <sys/timeb.h>*/
 
 /*
  * Backwards compatible ftime.
@@ -25,9 +28,7 @@ static char sccsid[] = "@(#)ftime.c   5.2 (Berkeley) 3/9/86";
 /*     short   dstflag;*/
 /*};*/
 
-ftime(tp)
-       register struct timeb *tp;
-{
+int ftime(tp) register struct timeb *tp; {
        struct timeval t;
        struct timezone tz;
 
index 67a9bd3..e8f29d8 100644 (file)
@@ -1,3 +1,6 @@
+#include <compat-4.1.h>
+#include <stdio.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,14 +9,11 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getpw.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
+/*#include     <stdio.h>*/
 
-getpw(uid, buf)
-int uid;
-char buf[];
-{
+int getpw(uid, buf) int uid; char buf[]; {
        static FILE *pwf;
        register n, c;
        register char *bp;
index 7c4372c..8ebc24e 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/ioctl.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,16 +8,14 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)gtty.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Writearound to old gtty system call.
  */
 
-#include <sgtty.h>
+/*#include <sgtty.h>*/
 
-gtty(fd, ap)
-       struct sgttyb *ap;
-{
+int gtty(fd, ap) int fd; struct sgttyb *ap; {
        return(ioctl(fd, TIOCGETP, ap));
 }
index 9a2fa22..20b16d9 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/resource.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,17 +8,15 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)nice.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/time.h>
-#include <sys/resource.h>
+/*#include <sys/time.h>*/
+/*#include <sys/resource.h>*/
 
 /*
  * Backwards compatible nice.
  */
-nice(incr)
-       int incr;
-{
+int nice(incr) int incr; {
        int prio;
        extern int errno;
 
index 24d80cf..6143b01 100644 (file)
@@ -1,3 +1,6 @@
+#include <compat-4.1.h>
+#include <sys/signal.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,13 +9,12 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)pause.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Backwards compatible pause.
  */
-pause()
-{
+int pause() {
 
        sigpause(sigblock(0));
 }
index 009914c..c4494e5 100644 (file)
@@ -1,3 +1,5 @@
+#include <compat-4.1.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,17 +8,14 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)rand.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 static long    randx = 1;
 
-srand(x)
-unsigned x;
-{
+int srand(x) unsigned x; {
        randx = x;
 }
 
-rand()
-{
+int rand() {
        return((randx = randx * 1103515245 + 12345) & 0x7fffffff);
 }
index beb475a..1cc6458 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/ioctl.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,16 +8,14 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)stty.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Writearound to old stty system call.
  */
 
-#include <sgtty.h>
+/*#include <sgtty.h>*/
 
-stty(fd, ap)
-       struct sgttyb *ap;
-{
+int stty(fd, ap) int fd; struct sgttyb *ap; {
        return(ioctl(fd, TIOCSETP, ap));
 }
index 68a4ba1..b1d95b2 100644 (file)
@@ -1,3 +1,6 @@
+#include <compat-4.1.h>
+#include <sys/file.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,15 +9,14 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)tell.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * return offset in file.
  */
 
-long   lseek();
+/*long lseek();*/
 
-long tell(f)
-{
+long tell(f) int f; {
        return(lseek(f, 0L, 1));
 }
index 8293649..d831125 100644 (file)
@@ -1,3 +1,7 @@
+#include <sys/resource.h>
+/*#include <sys/time.h> sys/resource.h*/
+#include <sys/times.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)times.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/time.h>
-#include <sys/resource.h>
-#include <sys/times.h>
+/*#include <sys/time.h>*/
+/*#include <sys/resource.h>*/
+/*#include <sys/times.h>*/
 
 /*
  * Backwards compatible times.
@@ -23,9 +27,9 @@ static char sccsid[] = "@(#)times.c   5.2 (Berkeley) 3/9/86";
 /*     int     tms_cstime;*/           /* system time, children */
 /*};*/
 
-times(tmsp)
-       register struct tms *tmsp;
-{
+static scale60 __P((register struct timeval *tvp));
+
+int times(tmsp) register struct tms *tmsp; {
        struct rusage ru;
 
        if (getrusage(RUSAGE_SELF, &ru) < 0)
@@ -39,10 +43,7 @@ times(tmsp)
        return (0);
 }
 
-static
-scale60(tvp)
-       register struct timeval *tvp;
-{
+static scale60(tvp) register struct timeval *tvp; {
 
        return (tvp->tv_sec * 60 + tvp->tv_usec / 16667);
 }
index 3e0b150..8f80564 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/time.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,17 +8,14 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)utime.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/time.h>
+/*#include <sys/time.h>*/
 /*
  * Backwards compatible utime.
  */
 
-utime(name, otv)
-       char *name;
-       int otv[];
-{
+int utime(name, otv) char *name; int otv[]; {
        struct timeval tv[2];
 
        tv[0].tv_sec = otv[0]; tv[0].tv_usec = 0;
index df8d0ff..52aafa3 100644 (file)
@@ -1,3 +1,7 @@
+#include <sys/errno.h>
+#include <sys/resource.h>
+#include <sys/vlimit.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)vlimit.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * (Almost) backwards compatible vlimit.
  */
-#include <sys/time.h>
-#include <sys/resource.h>
-#include <errno.h>
+/*#include <sys/time.h>*/
+/*#include <sys/resource.h>*/
+/*#include <errno.h>*/
 
 /* LIM_NORAISE is not emulated */
 #define        LIM_NORAISE     0       /* if <> 0, can't raise limits */
@@ -26,9 +30,7 @@ static char sccsid[] = "@(#)vlimit.c  5.2 (Berkeley) 3/9/86";
 
 #define        NLIMITS         6
 
-vlimit(limit, value)
-       int limit, value;
-{
+int vlimit(limit, value) int limit; int value; {
        struct rlimit rlim;
 
        if (limit <= 0 || limit > NLIMITS)
index cb3b61b..13d4cb3 100644 (file)
@@ -1,3 +1,7 @@
+#include <sys/resource.h>
+/*#include <sys/time.h> sys/resource.h*/
+#include <sys/vtimes.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)vtimes.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/time.h>
-#include <sys/resource.h>
-#include <sys/vtimes.h>
+/*#include <sys/time.h>*/
+/*#include <sys/resource.h>*/
+/*#include <sys/vtimes.h>*/
 
 /*
  * Backwards compatible vtimes.
@@ -30,9 +34,10 @@ static char sccsid[] = "@(#)vtimes.c 5.2 (Berkeley) 3/9/86";
 /*     int     vm_oublk;*/             /* block writes */
 /*};*/
 
-vtimes(par, chi)
-       register struct vtimes *par, *chi;
-{
+static getvtimes __P((register struct rusage *aru, register struct vtimes *avt));
+static scale60 __P((register struct timeval *tvp));
+
+int vtimes(par, chi) register struct vtimes *par; register struct vtimes *chi; {
        struct rusage ru;
 
        if (par) {
@@ -48,11 +53,7 @@ vtimes(par, chi)
        return (0);
 }
 
-static
-getvtimes(aru, avt)
-       register struct rusage *aru;
-       register struct vtimes *avt;
-{
+static getvtimes(aru, avt) register struct rusage *aru; register struct vtimes *avt; {
 
        avt->vm_utime = scale60(&aru->ru_utime);
        avt->vm_stime = scale60(&aru->ru_stime);
@@ -66,10 +67,7 @@ getvtimes(aru, avt)
        avt->vm_oublk = aru->ru_oublock;
 }
 
-static
-scale60(tvp)
-       register struct timeval *tvp;
-{
+static scale60(tvp) register struct timeval *tvp; {
 
        return (tvp->tv_sec * 60 + tvp->tv_usec / 16667);
 }
index 6905a61..d671494 100644 (file)
@@ -1,3 +1,7 @@
+#include <compat-sys5.h>
+#include <stdio.h>
+#include <strings.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,9 +10,9 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getopt.c   4.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
+/*#include <stdio.h>*/
 
 /*
  * get option letter from argument vector
@@ -23,11 +27,7 @@ char *optarg;                /* argument associated with option */
 #define tell(s)        if (opterr) {fputs(*nargv,stderr);fputs(s,stderr); \
                fputc(optopt,stderr);fputc('\n',stderr);return(BADCH);}
 
-getopt(nargc,nargv,ostr)
-int    nargc;
-char   **nargv,
-       *ostr;
-{
+int getopt(nargc, nargv, ostr) int nargc; char **nargv; char *ostr; {
        static char     *place = EMSG;  /* option letter processing */
        register char   *oli;           /* option letter list index */
        char    *index();
index 9bed847..46437e0 100644 (file)
@@ -1,3 +1,5 @@
+#include <memory.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 static char sccsid[] = "@(#)memccpy.c  5.2 (Berkeley) 86/03/09";
 #endif
 
-char *
-memccpy(_t, _f, c, n)
-       void *_t, *_f;
-       register c, n;
-{
+char *memccpy(_t, _f, c, n) void *_t; void *_f; register c; register n; {
 #define t (*(char **)&_t)
 #define f (*(char **)&_f)
        while (--n >= 0)
index 14fb81c..5f81202 100644 (file)
@@ -1,3 +1,5 @@
+#include <memory.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 static char sccsid[] = "@(#)memchr.c   5.2 (Berkeley) 86/03/09";
 #endif
 
-void *
-memchr(_s, c, n)
-       void *_s;
-       register c, n;
-{
+void *memchr(_s, c, n) void *_s; register c; register n; {
 #define s (*(char **)&_s)
        while (--n >= 0)
                if (*s++ == c)
index f2cd066..7f88d7f 100644 (file)
@@ -1,3 +1,5 @@
+#include <memory.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 static char sccsid[] = "@(#)memcmp.c   5.2 (Berkeley) 86/03/09";
 #endif
 
-memcmp(_s1, _s2, n)
-       void *_s1, *_s2;
-       register n;
-{
+int memcmp(_s1, _s2, n) void *_s1; void *_s2; register n; {
 #define s1 (*(char **)&_s1)
 #define s2 (*(char **)&_s2)
        while (--n >= 0)
index 29e06af..5ba956e 100644 (file)
@@ -1,3 +1,5 @@
+#include <memory.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 static char sccsid[] = "@(#)memcpy.c   5.2 (Berkeley) 86/03/09";
 #endif
 
-void *
-memcpy(_t, _f, n)
-       void *_t, *_f;
-       register n;
-{
+void *memcpy(_t, _f, n) void *_t; void *_f; register n; {
 #define t (*(char **)&_t)
 #define f (*(char **)&_f)
        register char *p = t;
index 7769840..4024a8c 100644 (file)
@@ -1,3 +1,5 @@
+#include <memory.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 static char sccsid[] = "@(#)memset.c   5.2 (Berkeley) 86/03/09";
 #endif
 
-void *
-memset(_s, c, n)
-       void *_s;
-       register c, n;
-{
+void *memset(_s, c, n) void *_s; register c; register n; {
 #define s (*(char **)&_s)
        register char *p = s;
 
index 8db783b..56120c1 100644 (file)
@@ -1,3 +1,5 @@
+#include <string.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +8,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strcatn.c  4.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Concatenate s2 on the end of s1.  S1's space must be large enough.
@@ -14,11 +16,7 @@ static char sccsid[] = "@(#)strcatn.c        4.3 (Berkeley) 3/9/86";
  * Return s1.
  */
 
-char *
-strcatn(s1, s2, n)
-register char *s1, *s2;
-register n;
-{
+char *strcatn(s1, s2, n) register char *s1; register char *s2; register n; {
        register char *os1;
 
        os1 = s1;
index 24c9b31..5fc2672 100644 (file)
@@ -1,6 +1,8 @@
+#include <string.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strchr.c   5.2 (Berkeley) 86/03/09";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Return the ptr in sp at which the character c appears;
@@ -11,10 +13,7 @@ static char sccsid[] = "@(#)strchr.c 5.2 (Berkeley) 86/03/09";
 
 #define        NULL    0
 
-char *
-strchr(sp, c)
-register char *sp, c;
-{
+char *strchr(sp, c) register char *sp; int c; {
        do {
                if (*sp == c)
                        return(sp);
index 5e5d4f7..182ad22 100644 (file)
@@ -1,3 +1,5 @@
+#include <string.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,16 +8,13 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strcmpn.c  4.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Compare strings (at most n bytes):  s1>s2: >0  s1==s2: 0  s1<s2: <0
  */
 
-strcmpn(s1, s2, n)
-register char *s1, *s2;
-register n;
-{
+int strcmpn(s1, s2, n) register char *s1; register char *s2; register n; {
 
        while (--n >= 0 && *s1 == *s2++)
                if (*s1++ == '\0')
index f791647..83134b8 100644 (file)
@@ -1,3 +1,5 @@
+#include <string.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,17 +8,14 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strcpyn.c  4.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Copy s2 to s1, truncating or null-padding to always copy n bytes
  * return s1
  */
 
-char *
-strcpyn(s1, s2, n)
-register char *s1, *s2;
-{
+char *strcpyn(s1, s2, n) register char *s1; register char *s2; int n; {
        register i;
        register char *os1;
 
index f32fa1a..60867ff 100644 (file)
@@ -1,3 +1,5 @@
+#include <string.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -12,9 +14,7 @@
 static char sccsid[] = "@(#)strcspn.c  5.2 (Berkeley) 86/03/09";
 #endif
 
-strcspn(s, set)
-       register char *s, *set;
-{
+int strcspn(s, set) register char *s; register char *set; {
        register n = 0;
        register char *p;
        register c;
index b1a2727..5d2462f 100644 (file)
@@ -1,3 +1,5 @@
+#include <string.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 static char sccsid[] = "@(#)strpbrk.c  5.2 (Berkeley) 86/03/09";
 #endif
 
-char *
-strpbrk(s, brk)
-       register char *s, *brk;
-{
+char *strpbrk(s, brk) register char *s; register char *brk; {
        register char *p;
        register c;
 
index ec71ac6..07e8f05 100644 (file)
@@ -1,6 +1,8 @@
+#include <string.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strrchr.c  5.2 (berkeley) 86/03/09";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Return the ptr in sp at which the character c last
@@ -11,10 +13,7 @@ static char sccsid[] = "@(#)strrchr.c        5.2 (berkeley) 86/03/09";
 
 #define NULL 0
 
-char *
-strrchr(sp, c)
-register char *sp, c;
-{
+char *strrchr(sp, c) register char *sp; int c; {
        register char *r;
 
        r = NULL;
index 8185083..af60b4a 100644 (file)
@@ -1,3 +1,5 @@
+#include <string.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -12,9 +14,7 @@
 static char sccsid[] = "@(#)strspn.c   5.2 (Berkeley) 86/03/09";
 #endif
 
-strspn(s, set)
-       register char *s, *set;
-{
+int strspn(s, set) register char *s; register char *set; {
        register n = 0;
        register char *p;
        register c;
index e378a0a..444e9d2 100644 (file)
@@ -1,3 +1,6 @@
+#include <string.h>
+#include <strings.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 static char sccsid[] = "@(#)strtok.c   5.2 (Berkeley) 86/03/09";
 #endif
 
-char *
-strtok(s, sep)
-       register char *s, *sep;
-{
+char *strtok(s, sep) register char *s; register char *sep; {
        register char *p;
        register c;
        static char *lasts;
index 7b42ba7..5b26914 100644 (file)
@@ -1,3 +1,7 @@
+#include <compat-sys5.h>
+#include <stdio.h>
+#include <sys/proc.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,11 +10,9 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)tmpnam.c   4.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-char *tmpnam(s)
-char *s;
-{
+char *tmpnam(s) char *s; {
        static seed;
 
        sprintf(s, "temp.%d.%d", getpid(), seed++);
index f4be53d..1a59583 100644 (file)
@@ -1,10 +1,14 @@
-#include <setjmp.h>
+#include <gen.h>
+/*#include <setjmp.h> gen.h*/
+#include <sys/file.h>
+
+/*#include <setjmp.h>*/
 
 int _setjmp(e) jmp_buf e; {
        write(2, "_setjmp()\n", 10);
        abort();
 }
-void _longjmp(e, v) jmp_buf e; {
+void _longjmp(e, v) jmp_buf e; int v; {
        write(2, "_longjmp()\n", 11);
        abort();
 }
index 7bb45b6..5412dc8 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+/*#include <sys/proc.h> gen.h*/
+/*#include <sys/signal.h> gen.h*/
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)abort.c    5.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /* C library -- abort */
 
 #include "signal.h"
 
-abort()
-{
+int abort() {
        sigblock(~0);
        signal(SIGILL, SIG_DFL);
        sigsetmask(~sigmask(SIGILL));
index 0988e86..5a7d93a 100644 (file)
@@ -1,3 +1,6 @@
+#include <gen.h>
+#include <sys/file.h>
+
 int abs(i) int i; {
        write(2, "abs()\n", 6);
        abort();
index 81ed615..2163d4c 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/time.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,16 +8,14 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)alarm.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Backwards compatible alarm.
  */
-#include <sys/time.h>
+/*#include <sys/time.h>*/
 
-alarm(secs)
-       int secs;
-{
+int alarm(secs) int secs; {
        struct itimerval it, oitv;
        register struct itimerval *itp = &it;
 
index 1516cf5..a653918 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+/*#include <math.h> gen.h*/
+#include <sys/file.h>
+
 double atof(s) char *s; {
        write(2, "atof()\n", 7);
        abort();
index e6f7be2..e4f968f 100644 (file)
@@ -1,10 +1,10 @@
+#include <gen.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)atoi.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-atoi(p)
-register char *p;
-{
+int atoi(p) register char *p; {
        register int n;
        register int f;
 
index bbfab95..8259ae1 100644 (file)
@@ -1,11 +1,10 @@
+#include <gen.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)atol.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-long
-atol(p)
-register char *p;
-{
+long atol(p) register char *p; {
        long n;
        register int f;
 
index c98c535..97cfb75 100644 (file)
@@ -1,3 +1,5 @@
+#include <strings.h>
+
 /*
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,15 +8,12 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)bcmp.c     5.1 (Berkeley) 1/27/87";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * bcmp -- vax cmpc3 instruction
  */
-bcmp(_b1, _b2, length)
-       void *_b1, *_b2;
-       register int length;
-{
+int bcmp(_b1, _b2, length) void *_b1; void *_b2; register int length; {
 #define b1 (*(char **)&_b1)
 #define b2 (*(char **)&_b2)
        if (length == 0)
index 503440f..4fedfbc 100644 (file)
@@ -1,3 +1,6 @@
+#include <strings.h>
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,15 +9,12 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)bcopy.c    5.1 (Berkeley) 1/27/87";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * bcopy -- vax movc3 instruction
  */
-bcopy(_src, _dst, length)
-       void *_src, *_dst;
-       register int length;
-{
+int bcopy(_src, _dst, length) void *_src; void *_dst; register int length; {
 #define src (*(char **)&_src)
 #define dst (*(char **)&_dst)
        if (length && src != dst)
index 6a7c786..2de2cdf 100644 (file)
@@ -1,3 +1,5 @@
+#include <strings.h>
+
 /*
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,15 +8,12 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)bzero.c    5.1 (Berkeley) 1/27/87";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * bzero -- vax movc5 instruction
  */
-bzero(_b, length)
-       void *_b;
-       register int length;
-{
+int bzero(_b, length) void *_b; register int length; {
 #define b (*(char **)&_b)
        if (length)
                do
index 5c5ac2a..387227c 100644 (file)
@@ -1,14 +1,14 @@
+#include <gen.h>
+/*#include <strings.h> gen.h*/
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)calloc.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Calloc - allocate and clear memory block
  */
-void *
-calloc(num, size)
-       register unsigned num, size;
-{
+void *calloc(num, size) register unsigned num; register unsigned size; {
        extern void *malloc();
        register void *p;
 
@@ -18,10 +18,6 @@ calloc(num, size)
        return (p);
 }
 
-cfree(p, num, size)
-       void *p;
-       unsigned num;
-       unsigned size;
-{
+int cfree(p, num, size) void *p; unsigned num; unsigned size; {
        free(p);
 }
index 5b15e4d..3510711 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+/*#include <sys/dir.h> gen.h*/
+#include <sys/file.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)closedir.c 5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/param.h>
-#include <sys/dir.h>
+/*#include <sys/param.h>*/
+/*#include <sys/dir.h>*/
 
 /*
  * close a directory.
  */
-void
-closedir(dirp)
-       register DIR *dirp;
-{
+void closedir(dirp) register DIR *dirp; {
        close(dirp->dd_fd);
        dirp->dd_fd = -1;
        dirp->dd_loc = 0;
index 6c17b88..3ea5f87 100644 (file)
@@ -1,6 +1,8 @@
+#include <gen.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)crypt.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * This program implements the
@@ -113,9 +115,7 @@ static      char    e[] = {
  * Set up the key schedule from the key.
  */
 
-setkey(key)
-char *key;
-{
+int setkey(key) char *key; {
        register i, j, k;
        int t;
 
@@ -239,9 +239,7 @@ static      char    preS[48];
  * The payoff: encrypt a block.
  */
 
-encrypt(block, edflag)
-char *block;
-{
+int encrypt(block, edflag) char *block; int edflag; {
        int i, ii;
        register t, j, k;
 
@@ -327,11 +325,7 @@ char *block;
                block[j] = L[FP[j]-1];
 }
 
-char *
-crypt(pw,salt)
-char *pw;
-char *salt;
-{
+char *crypt(pw, salt) char *pw; char *salt; {
        register i, j, c;
        int temp;
        static char block[66], iobuf[16];
index 3473435..3b87964 100644 (file)
@@ -1,3 +1,7 @@
+#include <sys/time.h>
+/*#include <sys/types.h> sys/time.h*/
+/*#include <time.h> sys/time.h*/
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +10,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ctime.c    5.5 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * This routine converts time as follows.
@@ -42,13 +46,12 @@ static char sccsid[] = "@(#)ctime.c 5.5 (Berkeley) 3/9/86";
  * ctime(t) just calls localtime, then asctime.
  */
 
-#include <sys/time.h>
-#include <sys/types.h>
-#include <sys/timeb.h>
+/*#include <sys/time.h>*/
+/*#include <sys/types.h>*/
+/*#include <sys/timeb.h>*/
 
 static char    cbuf[26];
-static int     dmsize[12] =
-{
+static int     dmsize[12] = {
        31,
        28,
        31,
@@ -133,24 +136,21 @@ static struct dayrules {
        -1,
 };
 
-struct tm      *gmtime();
-char           *ct_numb();
-struct tm      *localtime();
-char   *ctime();
-char   *ct_num();
-char   *asctime();
+/*struct tm    *gmtime();*/
+/*char         *ct_numb();*/
+/*struct tm    *localtime();*/
+/*char *ctime();*/
+/*char *ct_num();*/
+/*char *asctime();*/
+
+static sunday __P((register struct tm *t, register int d));
+static char *ct_numb __P((register char *cp, int n));
 
-char *
-ctime(t)
-time_t *t;
-{
+char *ctime(t) time_t *t; {
        return(asctime(localtime(t)));
 }
 
-struct tm *
-localtime(tim)
-time_t *tim;
-{
+struct tm *localtime(tim) time_t *tim; {
        register int dayno;
        register struct tm *ct;
        register dalybeg, daylend;
@@ -211,20 +211,13 @@ time_t *tim;
  * The value is the day number of the last
  * Sunday on or before the day.
  */
-static
-sunday(t, d)
-register struct tm *t;
-register int d;
-{
+static sunday(t, d) register struct tm *t; register int d; {
        if (d >= 58)
                d += dysize(t->tm_year) - 365;
        return(d - (d - t->tm_yday + t->tm_wday + 700) % 7);
 }
 
-struct tm *
-gmtime(tim)
-time_t *tim;
-{
+struct tm *gmtime(tim) time_t *tim; {
        register int d0, d1;
        long hms, day;
        register int *tp;
@@ -283,10 +276,7 @@ time_t *tim;
        return(&xtime);
 }
 
-char *
-asctime(t)
-struct tm *t;
-{
+char *asctime(t) struct tm *t; {
        register char *cp, *ncp;
        register int *tp;
 
@@ -316,17 +306,13 @@ struct tm *t;
        return(cbuf);
 }
 
-dysize(y)
-{
+int dysize(y) int y; {
        if((y%4) == 0)
                return(366);
        return(365);
 }
 
-static char *
-ct_numb(cp, n)
-register char *cp;
-{
+static char *ct_numb(cp, n) register char *cp; int n; {
        cp++;
        if (n>=10)
                *cp++ = (n/10)%10 + '0';
index c64d586..e981d94 100644 (file)
@@ -1,8 +1,10 @@
+#include <ctype.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ctype_.c   5.4 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <ctype.h>
+/*#include     <ctype.h>*/
 
 char _ctype_[1 + 256] = {
        0,
index 4546c53..8978ce4 100644 (file)
@@ -1,3 +1,9 @@
+#include <ctype.h>
+#include <disktab.h>
+#include <stdio.h>
+#include <strings.h>
+#include <sys/file.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)disktab.c  5.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <disktab.h>
-#include <stdio.h>
+/*#include <disktab.h>*/
+/*#include <stdio.h>*/
 
-static char *dgetstr();
+/*static       char *dgetstr();*/
 
-struct disktab *
-getdiskbyname(name)
-       char *name;
-{
+static dgetent __P((char *bp, char *name));
+static dnamatch __P((char *np));
+static char *dskip __P((register char *bp));
+static dgetnum __P((char *id));
+static dgetflag __P((char *id));
+static char *dgetstr __P((char *id, char **area));
+static char *ddecode __P((register char *str, char **area));
+
+struct disktab *getdiskbyname(name) char *name; {
        static struct disktab disk;
        static char localbuf[100], *cp = localbuf;
        register struct disktab *dp = &disk;
@@ -54,21 +65,18 @@ getdiskbyname(name)
        return (dp);
 }
 
-#include <ctype.h>
+/*#include <ctype.h>*/
 
 static char *tbuf;
-static char *dskip();
-static char *ddecode();
+/*static       char *dskip();*/
+/*static       char *ddecode();*/
 
 /*
  * Get an entry for disk name in buffer bp,
  * from the diskcap file.  Parse is very rudimentary;
  * we just notice escaped newlines.
  */
-static
-dgetent(bp, name)
-       char *bp, *name;
-{
+static dgetent(bp, name) char *bp; char *name; {
        register char *cp;
        register int c;
        register int i = 0, cnt = 0;
@@ -122,10 +130,7 @@ dgetent(bp, name)
  * against each such name.  The normal : terminator after the last
  * name (before the first field) stops us.
  */
-static
-dnamatch(np)
-       char *np;
-{
+static dnamatch(np) char *np; {
        register char *Np, *Bp;
 
        Bp = tbuf;
@@ -149,10 +154,7 @@ dnamatch(np)
  * knowing about \: escapes or any such.  If necessary, :'s can be put
  * into the diskcap file in octal.
  */
-static char *
-dskip(bp)
-       register char *bp;
-{
+static char *dskip(bp) register char *bp; {
 
        while (*bp && *bp != ':')
                bp++;
@@ -169,10 +171,7 @@ dskip(bp)
  * a # character.  If the option is not found we return -1.
  * Note that we handle octal numbers beginning with 0.
  */
-static
-dgetnum(id)
-       char *id;
-{
+static dgetnum(id) char *id; {
        register int i, base;
        register char *bp = tbuf;
 
@@ -203,10 +202,7 @@ dgetnum(id)
  * of the buffer.  Return 1 if we find the option, or 0 if it is
  * not given.
  */
-static
-dgetflag(id)
-       char *id;
-{
+static dgetflag(id) char *id; {
        register char *bp = tbuf;
 
        for (;;) {
@@ -230,10 +226,7 @@ dgetflag(id)
  * placed in area, which is a ref parameter which is updated.
  * No checking on area overflow.
  */
-static char *
-dgetstr(id, area)
-       char *id, **area;
-{
+static char *dgetstr(id, area) char *id; char **area; {
        register char *bp = tbuf;
 
        for (;;) {
@@ -255,11 +248,7 @@ dgetstr(id, area)
  * Tdecode does the grung work to decode the
  * string capability escapes.
  */
-static char *
-ddecode(str, area)
-       register char *str;
-       char **area;
-{
+static char *ddecode(str, area) register char *str; char **area; {
        register char *cp;
        register int c;
        register char *dp;
index fd84d3b..6eaf580 100644 (file)
@@ -1,6 +1,9 @@
+#include <gen.h>
+/*#include <math.h> gen.h*/
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ecvt.c     5.1 (Berkeley) 3/15/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  *     ecvt converts to decimal
@@ -9,30 +12,20 @@ static char sccsid[] = "@(#)ecvt.c   5.1 (Berkeley) 3/15/86";
  *     sign is set to 0 for positive, 1 for negative
  */
 
-char   *cvt();
+/*char *cvt();*/
 
 #define        NDIG    80
-char*
-ecvt(arg, ndigits, decpt, sign)
-double arg;
-int ndigits, *decpt, *sign;
-{
+static char *cvt __P((double arg, int ndigits, int *decpt, int *sign, int eflag));
+
+char *ecvt(arg, ndigits, decpt, sign) double arg; int ndigits; int *decpt; int *sign; {
        return(cvt(arg, ndigits, decpt, sign, 1));
 }
 
-char*
-fcvt(arg, ndigits, decpt, sign)
-double arg;
-int ndigits, *decpt, *sign;
-{
+char *fcvt(arg, ndigits, decpt, sign) double arg; int ndigits; int *decpt; int *sign; {
        return(cvt(arg, ndigits, decpt, sign, 0));
 }
 
-static char*
-cvt(arg, ndigits, decpt, sign, eflag)
-double arg;
-int ndigits, *decpt, *sign;
-{
+static char *cvt(arg, ndigits, decpt, sign, eflag) double arg; int ndigits; int *decpt; int *sign; int eflag; {
        register int r2;
        double fi, fj;
        register char *p, *p1;
index 405d2c0..0e8a39f 100644 (file)
@@ -6,7 +6,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)errlst.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 char   *sys_errlist[] = {
        "Error 0",
index fdd4d69..2d01687 100644 (file)
@@ -1,27 +1,31 @@
+#include <gen.h>
+/*#include <strings.h> gen.h*/
+/*#include <sys/errno.h> gen.h*/
+/*#include <sys/exec.h> gen.h*/
+/*#include <sys/time.h> gen.h*/
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)execvp.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  *     execlp(name, arg,...,0) (like execl, but does path search)
  *     execvp(name, argv)      (like execv, but does path search)
  */
-#include <errno.h>
+/*#include <errno.h>*/
 #define        NULL    0
 
 static char shell[] =  "/bin/sh";
-char   *execat(), *getenv();
+/*char *execat(), *getenv();*/
 extern errno;
 
-execlp(name, argv)
-char *name, *argv;
-{
+static char *execat __P((register char *s1, register char *s2, char *si));
+
+int execlp(name, argv) char *name; char *argv; {
        return(execvp(name, &argv));
 }
 
-execvp(name, argv)
-char *name, **argv;
-{
+int execvp(name, argv) char *name; char **argv; {
        char *pathstr;
        register char *cp;
        char fname[128];
@@ -68,11 +72,7 @@ char *name, **argv;
        return(-1);
 }
 
-static char *
-execat(s1, s2, si)
-register char *s1, *s2;
-char *si;
-{
+static char *execat(s1, s2, si) register char *s1; register char *s2; char *si; {
        register char *s;
 
        s = si;
index e737ba2..c0c3eed 100644 (file)
@@ -1,12 +1,13 @@
+#include <gen.h>
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)fakcu.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Null cleanup routine to resolve reference in exit() 
  * if not using stdio.
  */
-void
-_cleanup()
-{
+void _cleanup() {
 }
index 9cdd64b..e18dca5 100644 (file)
@@ -1,3 +1,5 @@
+#include <gen.h>
+
 /*
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ffs.c      5.2 (Berkeley) 6/27/88";
-#endif /* LIBC_SCCS and not lint */
+#endif
 
 /*
  * ffs -- vax ffs instruction
  */
-ffs(mask)
-       register long mask;
-{
+int ffs(mask) register long mask; {
        register int cnt;
 
        if (mask == 0)
index c1c727f..dd9a21a 100644 (file)
@@ -1,6 +1,8 @@
+#include <math.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)frexp.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  *     the call
@@ -12,11 +14,7 @@ static char sccsid[] = "@(#)frexp.c  5.2 (Berkeley) 3/9/86";
  *     if the argument is 0.0, return 0.0 mantissa and 0 exponent.
  */
 
-double
-frexp(x,i)
-double x;
-int *i;
-{
+double frexp(x, i) double x; int *i; {
        int neg;
        int j;
        j = 0;
index fab4d13..9d49213 100644 (file)
@@ -1,3 +1,8 @@
+#include <ctype.h>
+#include <fstab.h>
+#include <stdio.h>
+#include <strings.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)fstab.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <fstab.h>
-#include <stdio.h>
-#include <ctype.h>
+/*#include <fstab.h>*/
+/*#include <stdio.h>*/
+/*#include <ctype.h>*/
 
 static struct fstab fs;
 static char line[BUFSIZ+1];
 static FILE *fs_file = 0;
 
-static char *
-fsskip(p)
-       register char *p;
-{
+static char *fsskip __P((register char *p));
+static char *fsdigit __P((int *backp, char *string, int end));
+static fstabscan __P((struct fstab *fs));
+
+static char *fsskip(p) register char *p; {
 
        while (*p && *p != ':')
                ++p;
@@ -28,11 +34,7 @@ fsskip(p)
        return (p);
 }
 
-static char *
-fsdigit(backp, string, end)
-       int *backp;
-       char *string, end;
-{
+static char *fsdigit(backp, string, end) int *backp; char *string; int end; {
        register int value = 0;
        register char *cp;
 
@@ -50,10 +52,7 @@ fsdigit(backp, string, end)
        return (cp+1);
 }
 
-static
-fstabscan(fs)
-       struct fstab *fs;
-{
+static fstabscan(fs) struct fstab *fs; {
        register char *cp;
 
        cp = fgets(line, 256, fs_file);
@@ -74,8 +73,7 @@ fstabscan(fs)
        return (5);
 }
        
-setfsent()
-{
+int setfsent() {
 
        if (fs_file)
                endfsent();
@@ -86,8 +84,7 @@ setfsent()
        return (1);
 }
 
-endfsent()
-{
+int endfsent() {
 
        if (fs_file) {
                fclose(fs_file);
@@ -96,9 +93,7 @@ endfsent()
        return (1);
 }
 
-struct fstab *
-getfsent()
-{
+struct fstab *getfsent() {
        int nfields;
 
        if ((fs_file == 0) && (setfsent() == 0))
@@ -109,10 +104,7 @@ getfsent()
        return (&fs);
 }
 
-struct fstab *
-getfsspec(name)
-       char *name;
-{
+struct fstab *getfsspec(name) char *name; {
        register struct fstab *fsp;
 
        if (setfsent() == 0)    /* start from the beginning */
@@ -123,10 +115,7 @@ getfsspec(name)
        return ((struct fstab *)0);
 }
 
-struct fstab *
-getfsfile(name)
-       char *name;
-{
+struct fstab *getfsfile(name) char *name; {
        register struct fstab *fsp;
 
        if (setfsent() == 0)    /* start from the beginning */
@@ -137,10 +126,7 @@ getfsfile(name)
        return ((struct fstab *)0);
 }
 
-struct fstab *
-getfstype(type)
-       char *type;
-{
+struct fstab *getfstype(type) char *type; {
        register struct fstab *fs;
 
        if (setfsent() == 0)
index e78925d..a2693be 100644 (file)
@@ -1,19 +1,17 @@
+#include <gen.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)gcvt.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * gcvt  - Floating output conversion to
  * minimal length string
  */
 
-char   *ecvt();
+/*char *ecvt();*/
 
-char *
-gcvt(number, ndigit, buf)
-double number;
-char *buf;
-{
+char *gcvt(number, ndigit, buf) double number; int ndigit; char *buf; {
        int sign, decpt;
        register char *p1, *p2;
        register i;
index 7da3627..f92d294 100644 (file)
@@ -1,6 +1,8 @@
+#include <gen.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getenv.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  *     getenv(name)
@@ -8,12 +10,11 @@ static char sccsid[] = "@(#)getenv.c 5.2 (Berkeley) 3/9/86";
  */
 #define NULL   0
 extern char **environ;
-char   *nvmatch();
+/*char *nvmatch();*/
+
+static char *nvmatch __P((register char *s1, register char *s2));
 
-char *
-getenv(name)
-register char *name;
-{
+char *getenv(name) register char *name; {
        register char **p = environ;
        register char *v;
 
@@ -30,10 +31,7 @@ register char *name;
  *     used for environment searching: see getenv
  */
 
-static char *
-nvmatch(s1, s2)
-register char *s1, *s2;
-{
+static char *nvmatch(s1, s2) register char *s1; register char *s2; {
 
        while (*s1 == *s2++)
                if (*s1++ == '=')
index dbd487c..35e644c 100644 (file)
@@ -1,9 +1,13 @@
+#include <gen.h>
+/*#include <grp.h> gen.h*/
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getgrent.c 5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <grp.h>
+/*#include <stdio.h>*/
+/*#include <grp.h>*/
 
 #define        MAXGRP  200
 
@@ -13,35 +17,29 @@ static char line[BUFSIZ+1];
 static struct group group;
 static char *gr_mem[MAXGRP];
 
-setgrent()
-{
+static char *grskip __P((register char *p, register c));
+
+int setgrent() {
        if( !grf )
                grf = fopen( GROUP, "r" );
        else
                rewind( grf );
 }
 
-endgrent()
-{
+int endgrent() {
        if( grf ){
                fclose( grf );
                grf = NULL;
        }
 }
 
-static char *
-grskip(p,c)
-register char *p;
-register c;
-{
+static char *grskip(p, c) register char *p; register c; {
        while( *p && *p != c ) ++p;
        if( *p ) *p++ = 0;
        return( p );
 }
 
-struct group *
-getgrent()
-{
+struct group *getgrent() {
        register char *p, **q;
 
        if( !grf && !(grf = fopen( GROUP, "r" )) )
index d7c07fe..ed5e853 100644 (file)
@@ -1,13 +1,12 @@
+#include <grp.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getgrgid.c 5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <grp.h>
+/*#include <grp.h>*/
 
-struct group *
-getgrgid(gid)
-register gid;
-{
+struct group *getgrgid(gid) register gid; {
        register struct group *p;
        struct group *getgrent();
 
index 5e12284..65c1b9f 100644 (file)
@@ -1,13 +1,13 @@
+#include <grp.h>
+#include <strings.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getgrnam.c 5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <grp.h>
+/*#include <grp.h>*/
 
-struct group *
-getgrnam(name)
-register char *name;
-{
+struct group *getgrnam(name) register char *name; {
        register struct group *p;
        struct group *getgrent();
 
index 6988fba..2cc87f3 100644 (file)
@@ -1,15 +1,16 @@
+#include <sys/file.h>
+#include <utmp.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getlogin.c 5.3 (Berkeley) 5/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <utmp.h>
+/*#include <utmp.h>*/
 
 static char UTMP[]     = "/etc/utmp";
 static struct utmp ubuf;
 
-char *
-getlogin()
-{
+char *getlogin() {
        register int me, uf;
        register char *cp;
 
index a782812..d8bc3ad 100644 (file)
@@ -1,15 +1,18 @@
+#include <gen.h>
+#include <stdio.h>
+#include <sys/file.h>
+#include <sys/ioctl.h>
+/*#include <sys/signal.h> gen.h*/
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getpass.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <signal.h>
-#include <sgtty.h>
+/*#include <stdio.h>*/
+/*#include <signal.h>*/
+/*#include <sgtty.h>*/
 
-char *
-getpass(prompt)
-char *prompt;
-{
+char *getpass(prompt) char *prompt; {
        struct sgttyb ttyb;
        int flags;
        register char *p;
index 6ac2c73..2425072 100644 (file)
@@ -1,3 +1,8 @@
+#include <gen.h>
+/*#include <ndbm.h> gen.h*/
+/*#include <pwd.h> gen.h*/
+#include <stdio.h>
+
 /*
  * Copyright (c) 1984 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getpwent.c 5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <pwd.h>
-#include <ndbm.h>
+/*#include <stdio.h>*/
+/*#include <pwd.h>*/
+/*#include <ndbm.h>*/
 
 static char EMPTY[] = "";
 static FILE *pwf = NULL;
@@ -24,16 +29,16 @@ char        *_pw_file = "/etc/passwd";
 DBM    *_pw_db;
 int    _pw_stayopen;
 
-setpwent()
-{
+static char *pwskip __P((register char *p));
+
+int setpwent() {
        if (pwf == NULL)
                pwf = fopen(_pw_file, "r");
        else
                rewind(pwf);
 }
 
-endpwent()
-{
+int endpwent() {
        if (pwf != NULL) {
                fclose(pwf);
                pwf = NULL;
@@ -45,10 +50,7 @@ endpwent()
        }
 }
 
-static char *
-pwskip(p)
-register char *p;
-{
+static char *pwskip(p) register char *p; {
        while (*p && *p != ':' && *p != '\n')
                ++p;
        if (*p)
@@ -56,9 +58,7 @@ register char *p;
        return(p);
 }
 
-struct passwd *
-getpwent()
-{
+struct passwd *getpwent() {
        register char *p;
 
        if (pwf == NULL) {
@@ -89,8 +89,6 @@ getpwent()
        return(&passwd);
 }
 
-setpwfile(file)
-       char *file;
-{
+int setpwfile(file) char *file; {
        _pw_file = file;
 }
index 44865b8..f2e9e26 100644 (file)
@@ -1,3 +1,9 @@
+#include <ndbm.h>
+#include <pwd.h>
+#include <stdio.h>
+#include <strings.h>
+#include <sys/file.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getpwnamuid.c      5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <pwd.h>
-#include <ndbm.h>
+/*#include <stdio.h>*/
+/*#include <pwd.h>*/
+/*#include <ndbm.h>*/
 
-#include <sys/file.h>
+/*#include <sys/file.h>*/
 
 static char line[BUFSIZ+1];
 static struct passwd passwd;
@@ -24,10 +30,9 @@ extern       char *_pw_file;
 DBM    *_pw_db;
 int    _pw_stayopen;
 
-static struct passwd *
-fetchpw(key)
-       datum key;
-{
+static struct passwd *fetchpw __P((datum key));
+
+static struct passwd *fetchpw(key) datum key; {
         register char *cp, *tp;
 
         if (key.dptr == 0)
@@ -54,10 +59,7 @@ fetchpw(key)
         return (&passwd);
 }
 
-struct passwd *
-getpwnam(nam)
-       char *nam;
-{
+struct passwd *getpwnam(nam) char *nam; {
         datum key;
        register struct passwd *pw;
 
@@ -87,10 +89,7 @@ getpwnam(nam)
         return (pw);
 }
 
-struct passwd *
-getpwuid(uid)
-       int uid;
-{
+struct passwd *getpwuid(uid) int uid; {
         datum key;
        register struct passwd *pw;
 
index 164c6b3..1a01c5d 100644 (file)
@@ -1,3 +1,7 @@
+#include <stdio.h>
+#include <strings.h>
+#include <ttyent.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getttyent.c        5.4 (Berkeley) 5/19/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <strings.h>
-#include <ttyent.h>
+/*#include <stdio.h>*/
+/*#include <strings.h>*/
+/*#include <ttyent.h>*/
 
 static char TTYFILE[] = "/etc/ttys";
 static char zapchar;
@@ -19,16 +23,17 @@ static FILE *tf = NULL;
 static char line[LINE];
 static struct ttyent tty;
 
-setttyent()
-{
+static char *skip __P((register char *p));
+static char *value __P((register char *p));
+
+int setttyent() {
        if (tf == NULL)
                tf = fopen(TTYFILE, "r");
        else
                rewind(tf);
 }
 
-endttyent()
-{
+int endttyent() {
        if (tf != NULL) {
                (void) fclose(tf);
                tf = NULL;
@@ -41,10 +46,7 @@ endttyent()
  * Skip over the current field, removing quotes,
  * and return a pointer to the next field.
  */
-static char *
-skip(p)
-       register char *p;
-{
+static char *skip(p) register char *p; {
        register char *t = p;
        register int c;
        register int q = 0;
@@ -76,19 +78,14 @@ skip(p)
        return (p);
 }
 
-static char *
-value(p)
-       register char *p;
-{
+static char *value(p) register char *p; {
        if ((p = index(p,'=')) == 0)
                return(NULL);
        p++;                    /* get past the = sign */
        return(p);
 }
 
-struct ttyent *
-getttyent()
-{
+struct ttyent *getttyent() {
        register char *p;
        register int c;
 
index f947abd..2e499d0 100644 (file)
@@ -1,3 +1,6 @@
+#include <strings.h>
+#include <ttyent.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,14 +9,11 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getttynam.c        5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <ttyent.h>
+/*#include <ttyent.h>*/
 
-struct ttyent *
-getttynam(tty)
-       char *tty;
-{
+struct ttyent *getttynam(tty) char *tty; {
        register struct ttyent *t;
 
        setttyent();
index 24258e7..054a7a0 100644 (file)
@@ -1,3 +1,9 @@
+/*#include <ctype.h> gen.h*/
+#include <gen.h>
+#include <stdio.h>
+/*#include <sys/param.h> gen.h*/
+#include <sys/stat.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getusershell.c     5.4 (Berkeley) 7/25/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/param.h>
-#include <sys/file.h>
-#include <sys/stat.h>
-#include <ctype.h>
-#include <stdio.h>
+/*#include <sys/param.h>*/
+/*#include <sys/file.h>*/
+/*#include <sys/stat.h>*/
+/*#include <ctype.h>*/
+/*#include <stdio.h>*/
 
 #define SHELLS "/etc/shells"
 
@@ -24,14 +30,14 @@ static char *okshells[] =
 
 static char **shells, *strings;
 static char **curshell = NULL;
-extern char **initshells();
+/*extern char **initshells();*/
 
 /*
  * Get a list of shells from SHELLS, if it exists.
  */
-char *
-getusershell()
-{
+static char **initshells __P((void));
+
+char *getusershell() {
        char *ret;
 
        if (curshell == NULL)
@@ -42,8 +48,7 @@ getusershell()
        return (ret);
 }
 
-endusershell()
-{
+int endusershell() {
        
        if (shells != NULL)
                free((char *)shells);
@@ -54,15 +59,12 @@ endusershell()
        curshell = NULL;
 }
 
-setusershell()
-{
+int setusershell() {
 
        curshell = initshells();
 }
 
-static char **
-initshells()
-{
+static char **initshells() {
        register char **sp, *cp;
        register FILE *fp;
        struct stat statb;
index ac4005a..85a92dd 100644 (file)
@@ -1,3 +1,9 @@
+#include <strings.h>
+#include <sys/dir.h>
+/*#include <sys/param.h> sys/dir.h*/
+#include <sys/stat.h>
+/*#include <sys/types.h> sys/dir.h*/
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getwd.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * getwd() returns the pathname of the current working directory. On error
  * an error message is copied to pathname and null pointer is returned.
  */
-#include <sys/param.h>
-#include <sys/stat.h>
-#include <sys/dir.h>
+/*#include <sys/param.h>*/
+/*#include <sys/stat.h>*/
+/*#include <sys/dir.h>*/
 
 #define GETWDERR(s)    strcpy(pathname, (s));
 
-char *strcpy();
+/*char *strcpy();*/
 static int pathsize;                   /* pathname length */
 
-char *
-getwd(pathname)
-       char *pathname;
-{
+static char *prepend __P((register char *dirname, register char *pathname));
+
+char *getwd(pathname) char *pathname; {
        char pathbuf[MAXPATHLEN];               /* temporary pathname buffer */
        char *pnptr = &pathbuf[(sizeof pathbuf)-1]; /* pathname pointer */
        char curdir[MAXPATHLEN];        /* current directory buffer */
@@ -98,11 +103,7 @@ getwd(pathname)
 /*
  * prepend() tacks a directory name onto the front of a pathname.
  */
-static char *
-prepend(dirname, pathname)
-       register char *dirname;
-       register char *pathname;
-{
+static char *prepend(dirname, pathname) register char *dirname; register char *pathname; {
        register int i;                 /* directory name size counter */
 
        for (i = 0; *dirname != '\0'; i++, dirname++)
index 6a6871c..0720e4f 100644 (file)
@@ -1,6 +1,8 @@
+#include <strings.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)index.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Return the ptr in sp at which the character c appears;
@@ -9,10 +11,7 @@ static char sccsid[] = "@(#)index.c   5.2 (Berkeley) 3/9/86";
 
 #define        NULL    0
 
-char *
-index(sp, c)
-register char *sp, c;
-{
+char *index(sp, c) register char *sp; int c; {
        do {
                if (*sp == c)
                        return(sp);
index 362e3e6..fab5ed1 100644 (file)
@@ -1,3 +1,10 @@
+#include <grp.h>
+#include <stdio.h>
+#include <strings.h>
+#include <sys/errno.h>
+#include <sys/param.h>
+#include <sys/proc.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)initgroups.c       5.3 (Berkeley) 4/27/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * initgroups
  */
-#include <stdio.h>
-#include <sys/param.h>
-#include <grp.h>
+/*#include <stdio.h>*/
+/*#include <sys/param.h>*/
+/*#include <grp.h>*/
 
-struct group *getgrent();
+/*struct group *getgrent();*/
 
-initgroups(uname, agroup)
-       char *uname;
-       int agroup;
-{
+int initgroups(uname, agroup) char *uname; int agroup; {
        int groups[NGROUPS], ngroups = 0;
        register struct group *grp;
        register int i;
index 9ea7b25..23d9a38 100644 (file)
@@ -1,3 +1,5 @@
+#include <gen.h>
+
 /*
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,9 +8,9 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)insque.c   5.1 (Berkeley) 1/27/87";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <gen.h>
+/*#include <gen.h>*/
 
 /*
  * insque -- vax insque instruction
@@ -22,9 +24,7 @@ static char sccsid[] = "@(#)insque.c  5.1 (Berkeley) 1/27/87";
 /*     struct vaxque   *vq_prev;*/
 /*};*/
 
-insque(e, prev)
-       register struct vaxque *e, *prev;
-{
+int insque(e, prev) register struct vaxque *e; register struct vaxque *prev; {
        e->vq_prev = prev;
        e->vq_next = prev->vq_next;
        prev->vq_next->vq_prev = e;
index c94cfdf..e58008b 100644 (file)
@@ -1,4 +1,8 @@
-double ldexp(v, e) double v; {
+#include <gen.h>
+/*#include <math.h> gen.h*/
+#include <sys/file.h>
+
+double ldexp(v, e) double v; int e; {
        write(2, "ldexp()\n", 8);
        abort();
 }
index 27bb9b4..ee85116 100644 (file)
@@ -1,3 +1,10 @@
+#include <gen.h>
+#include <stdio.h>
+/*#include <strings.h> gen.h*/
+#include <sys.h>
+/*#include <sys/proc.h> gen.h*/
+/*#include <sys/types.h> gen.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +13,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)malloc.c   5.6 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * malloc.c (Caltech) 2/21/82
@@ -19,7 +26,7 @@ static char sccsid[] = "@(#)malloc.c  5.6 (Berkeley) 3/9/86";
  * This is designed for use in a virtual memory environment.
  */
 
-#include <sys/types.h>
+/*#include <sys/types.h>*/
 
 #define        NULL 0
 
@@ -65,7 +72,7 @@ union overhead {
  */
 #define        NBUCKETS 30
 static union overhead *nextf[NBUCKETS];
-extern char *sbrk();
+/*extern       char *sbrk();*/
 
 static int pagesz;                     /* page size */
 static int pagebucket;                 /* page size bucket */
@@ -76,16 +83,16 @@ static      int pagebucket;                 /* page size bucket */
  * for a given block size.
  */
 static u_int nmalloc[NBUCKETS];
-#include <stdio.h>
+/*#include <stdio.h>*/
 #endif
 
 #if defined(DEBUG) || defined(RCHECK)
 #define        ASSERT(p)   if (!(p)) botch("p")
-#include <stdio.h>
-static void
-botch(s)
-       char *s;
-{
+/*#include <stdio.h>*/
+static void botch __P((char *s));
+static findbucket __P((union overhead *freep, int srchlen));
+
+static void botch(s) char *s; {
        fprintf(stderr, "\r\nassertion botched: %s\r\n", s);
        (void) fflush(stderr);          /* just in case user buffered it */
        abort();
@@ -94,10 +101,7 @@ botch(s)
 #define        ASSERT(p)
 #endif
 
-void *
-malloc(nbytes)
-       unsigned nbytes;
-{
+void *malloc(nbytes) unsigned nbytes; {
        register union overhead *op;
        register int bucket;
        register unsigned amt, n;
@@ -179,10 +183,7 @@ malloc(nbytes)
 /*
  * Allocate more memory to the indicated bucket.
  */
-void
-morecore(bucket)
-       int bucket;
-{
+void morecore(bucket) int bucket; {
        register union overhead *op;
        register int sz;                /* size of desired block */
        int amt;                        /* amount to allocate */
@@ -221,10 +222,7 @@ morecore(bucket)
        }
 }
 
-void
-free(cp)
-       void *cp;
-{
+void free(cp) void *cp; {
        register int size;
        register union overhead *op;
 
@@ -263,11 +261,7 @@ free(cp)
  */
 int realloc_srchlen = 4;       /* 4 should be plenty, -1 =>'s whole list */
 
-void *
-realloc(cp, nbytes)
-       void *cp; 
-       unsigned nbytes;
-{
+void *realloc(cp, nbytes) void *cp; unsigned nbytes; {
        register u_int onb, i;
        union overhead *op;
        char *res;
@@ -333,11 +327,7 @@ realloc(cp, nbytes)
  * header starts at ``freep''.  If srchlen is -1 search the whole list.
  * Return bucket number, or -1 if not found.
  */
-static
-findbucket(freep, srchlen)
-       union overhead *freep;
-       int srchlen;
-{
+static findbucket(freep, srchlen) union overhead *freep; int srchlen; {
        register union overhead *p;
        register int i, j;
 
@@ -360,10 +350,7 @@ findbucket(freep, srchlen)
  * for each size category, the second showing the number of mallocs -
  * frees for each size category.
  */
-void
-mstats(s)
-       char *s;
-{
+void mstats(s) char *s; {
        register int i, j;
        register union overhead *p;
        int totfree = 0,
index bbd68e2..335204c 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)mkstemp.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/file.h>
+/*#include <sys/file.h>*/
 
-mkstemp(as)
-       char *as;
-{
+int mkstemp(as) char *as; {
        register char *s;
        register unsigned int pid;
        register int fd, i;
index c3e2712..c2149f1 100644 (file)
@@ -1,11 +1,12 @@
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)mktemp.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-char *
-mktemp(as)
-char *as;
-{
+char *mktemp(as) char *as; {
        register char *s;
        register unsigned pid;
        register i;
index babd583..8b424f6 100644 (file)
@@ -1,4 +1,8 @@
-double modf(v, p) double v, *p; {
+#include <gen.h>
+/*#include <math.h> gen.h*/
+#include <sys/file.h>
+
+double modf(v, p) double v; double *p; {
        write(2, "modf()\n", 7);
        abort();
 }
index 4db66f0..2d2d874 100644 (file)
@@ -1,3 +1,19 @@
+#include <gen.h>
+/*#include <ndbm.h> gen.h*/
+#include <stdio.h>
+/*#include <strings.h> gen.h*/
+/*#include <sys/errno.h> gen.h*/
+#include <sys/file.h>
+/*#include <sys/param.h> gen.h*/
+#include <sys/stat.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
+#include <varargs.h>
+#define _va_start(argp, arg) va_start(argp)
+#endif
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ndbm.c     5.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/file.h>
-#include <stdio.h>
-#include <errno.h>
-#include <ndbm.h>
-#include <varargs.h>
+/*#include <sys/types.h>*/
+/*#include <sys/stat.h>*/
+/*#include <sys/file.h>*/
+/*#include <stdio.h>*/
+/*#include <errno.h>*/
+/*#include <ndbm.h>*/
+/*#include <varargs.h>*/
 
 #define BYTESIZ 8
 #undef setbit
 
-static  datum makdatum();
-static  long hashinc();
-static  long dcalchash();
+/*static  datum makdatum();*/
+/*static  long hashinc();*/
+/*static  long dcalchash();*/
 extern  int errno;
 
-DBM *
-dbm_open(file, flags, va_alist)
-       char *file;
-       int flags;
-       va_dcl
+#ifdef __STDC__
+static dbm_access __P((register DBM *db, long hash));
+static getbit __P((register DBM *db));
+static setbit __P((register DBM *db));
+static datum makdatum __P((char buf[PBLKSIZ], int n));
+static finddatum __P((char buf[PBLKSIZ], datum item));
+static long hashinc __P((register DBM *db, long hash));
+static long dcalchash __P((datum item));
+static delitem __P((char buf[PBLKSIZ], int n));
+static additem __P((char buf[PBLKSIZ], datum item, datum item1));
+static chkblk __P((char buf[PBLKSIZ]));
+
+DBM *dbm_open(char *file, int flags, ...)
+#else
+DBM *dbm_open(file, flags, va_alist) char *file; int flags; va_dcl
+#endif
 {
        va_list argp;
        struct stat statb;
@@ -43,14 +70,14 @@ dbm_open(file, flags, va_alist)
                flags = (flags & ~03) | O_RDWR;
        strcpy(db->dbm_pagbuf, file);
        strcat(db->dbm_pagbuf, ".pag");
-       va_start(argp);
+       _va_start(argp, fmt);
        db->dbm_pagf = vopen(db->dbm_pagbuf, flags, argp);
        va_end(argp);
        if (db->dbm_pagf < 0)
                goto bad;
        strcpy(db->dbm_pagbuf, file);
        strcat(db->dbm_pagbuf, ".dir");
-       va_start(argp);
+       _va_start(argp, fmt);
        db->dbm_dirf = vopen(db->dbm_pagbuf, flags, argp);
        va_end(argp);
        if (db->dbm_dirf < 0)
@@ -66,21 +93,14 @@ bad:
        return ((DBM *)0);
 }
 
-void
-dbm_close(db)
-       DBM *db;
-{
+void dbm_close(db) DBM *db; {
 
        (void) close(db->dbm_dirf);
        (void) close(db->dbm_pagf);
        free((char *)db);
 }
 
-long
-dbm_forder(db, key)
-       register DBM *db;
-       datum key;
-{
+long dbm_forder(db, key) register DBM *db; datum key; {
        long hash;
 
        hash = dcalchash(key);
@@ -93,11 +113,7 @@ dbm_forder(db, key)
        return (db->dbm_blkno);
 }
 
-datum
-dbm_fetch(db, key)
-       register DBM *db;
-       datum key;
-{
+datum dbm_fetch(db, key) register DBM *db; datum key; {
        register i;
        datum item;
 
@@ -115,10 +131,7 @@ err:
        return (item);
 }
 
-dbm_delete(db, key)
-       register DBM *db;
-       datum key;
-{
+int dbm_delete(db, key) register DBM *db; datum key; {
        register i;
        datum item;
 
@@ -143,11 +156,7 @@ dbm_delete(db, key)
        return (0);
 }
 
-dbm_store(db, key, dat, replace)
-       register DBM *db;
-       datum key, dat;
-       int replace;
-{
+int dbm_store(db, key, dat, replace) register DBM *db; datum key; datum dat; int replace; {
        register i;
        datum item, item1;
        char ovfbuf[PBLKSIZ];
@@ -220,20 +229,14 @@ split:
        goto loop;
 }
 
-datum
-dbm_firstkey(db)
-       DBM *db;
-{
+datum dbm_firstkey(db) DBM *db; {
 
        db->dbm_blkptr = 0L;
        db->dbm_keyptr = 0;
        return (dbm_nextkey(db));
 }
 
-datum
-dbm_nextkey(db)
-       register DBM *db;
-{
+datum dbm_nextkey(db) register DBM *db; {
        struct stat statb;
        datum item;
 
@@ -268,11 +271,7 @@ err:
        return (item);
 }
 
-static
-dbm_access(db, hash)
-       register DBM *db;
-       long hash;
-{
+static dbm_access(db, hash) register DBM *db; long hash; {
 
        for (db->dbm_hmask=0;; db->dbm_hmask=(db->dbm_hmask<<1)+1) {
                db->dbm_blkno = hash & db->dbm_hmask;
@@ -292,10 +291,7 @@ dbm_access(db, hash)
        }
 }
 
-static
-getbit(db)
-       register DBM *db;
-{
+static getbit(db) register DBM *db; {
        long bn;
        register b, i, n;
        
@@ -315,10 +311,7 @@ getbit(db)
        return (db->dbm_dirbuf[i] & (1<<n));
 }
 
-static
-setbit(db)
-       register DBM *db;
-{
+static setbit(db) register DBM *db; {
        long bn;
        register i, n, b;
 
@@ -341,10 +334,7 @@ setbit(db)
                db->dbm_flags |= _DBM_IOERR;
 }
 
-static datum
-makdatum(buf, n)
-       char buf[PBLKSIZ];
-{
+static datum makdatum(buf, n) char buf[PBLKSIZ]; int n; {
        register short *sp;
        register t;
        datum item;
@@ -363,11 +353,7 @@ makdatum(buf, n)
        return (item);
 }
 
-static
-finddatum(buf, item)
-       char buf[PBLKSIZ];
-       datum item;
-{
+static finddatum(buf, item) char buf[PBLKSIZ]; datum item; {
        register short *sp;
        register int i, n, j;
 
@@ -384,8 +370,7 @@ finddatum(buf, item)
 }
 
 static  int hitab[16]
-/* ken's
-{
+/* ken's {
        055,043,036,054,063,014,004,005,
        010,064,077,000,035,027,025,071,
 };
@@ -413,11 +398,7 @@ static  long hltab[64]
        04723077174L,03642763134L,05750130273L,03655541561L,
 };
 
-static long
-hashinc(db, hash)
-       register DBM *db;
-       long hash;
-{
+static long hashinc(db, hash) register DBM *db; long hash; {
        long bit;
 
        hash &= db->dbm_hmask;
@@ -432,10 +413,7 @@ hashinc(db, hash)
        }
 }
 
-static long
-dcalchash(item)
-       datum item;
-{
+static long dcalchash(item) datum item; {
        register int s, c, j;
        register char *cp;
        register long hashl;
@@ -457,10 +435,7 @@ dcalchash(item)
 /*
  * Delete pairs of items (n & n+1).
  */
-static
-delitem(buf, n)
-       char buf[PBLKSIZ];
-{
+static delitem(buf, n) char buf[PBLKSIZ]; int n; {
        register short *sp, *sp1;
        register i1, i2;
 
@@ -489,11 +464,7 @@ delitem(buf, n)
 /*
  * Add pairs of items (item & item1).
  */
-static
-additem(buf, item, item1)
-       char buf[PBLKSIZ];
-       datum item, item1;
-{
+static additem(buf, item, item1) char buf[PBLKSIZ]; datum item; datum item1; {
        register short *sp;
        register i1, i2;
 
@@ -514,10 +485,7 @@ additem(buf, item, item1)
 }
 
 #ifdef DEBUG
-static
-chkblk(buf)
-       char buf[PBLKSIZ];
-{
+static chkblk(buf) char buf[PBLKSIZ]; {
        register short *sp;
        register t, i;
 
index 4c43b05..84d857c 100644 (file)
@@ -1,3 +1,9 @@
+#include <a.out.h>
+#include <stdio.h>
+#include <strings.h>
+/*#include <sys/exec.h> a.out.h*/
+/*#include <sys/types.h> stdio.h*/
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)nlist.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <a.out.h>
-#include <stdio.h>
+/*#include <sys/types.h>*/
+/*#include <a.out.h>*/
+/*#include <stdio.h>*/
 
 /*
  * nlist - retreive attributes from name list (string table version)
  */
-nlist(name, list)
-       char *name;
-       struct nlist *list;
-{
+int nlist(name, list) char *name; struct nlist *list; {
        register struct nlist *p, *q;
        register char *s1, *s2;
        register n, m;
index 6996007..96cbba5 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+/*#include <sys/dir.h> gen.h*/
+#include <sys/file.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)opendir.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/param.h>
-#include <sys/dir.h>
+/*#include <sys/param.h>*/
+/*#include <sys/dir.h>*/
 
 /*
  * open a directory.
  */
-DIR *
-opendir(name)
-       char *name;
-{
+DIR *opendir(name) char *name; {
        register DIR *dirp;
        register int fd;
 
index 9742026..68e22ca 100644 (file)
@@ -1,3 +1,7 @@
+#include <strings.h>
+#include <sys/errno.h>
+#include <sys/uio.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)perror.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Print the error indicated
  * in the cerror cell.
  */
-#include <sys/types.h>
-#include <sys/uio.h>
+/*#include <sys/types.h>*/
+/*#include <sys/uio.h>*/
 
 int    errno;
 int    sys_nerr;
 extern char    *sys_errlist[];
-perror(s)
-       char *s;
-{
+int perror(s) char *s; {
        struct iovec iov[4];
        register struct iovec *v = iov;
 
index 9929948..8d8573a 100644 (file)
@@ -1,3 +1,7 @@
+#include <strings.h>
+#include <sys/file.h>
+#include <sys/signal.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)psignal.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Print the name of the signal indicated
  * along with the supplied message.
  */
-#include <signal.h>
+/*#include <signal.h>*/
 
 extern char *sys_siglist[];
 
-psignal(sig, s)
-       unsigned sig;
-       char *s;
-{
+int psignal(sig, s) unsigned sig; char *s; {
        register char *c;
        register n;
 
index 539bc41..2801b45 100644 (file)
@@ -1,3 +1,5 @@
+#include <gen.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +8,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)qsort.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * qsort.c:
@@ -32,13 +34,9 @@ static  int          mthresh;                /* MTHRESHold in chars */
  * It's not...
  */
 
-void
-qsort(_base, n, size, compar)
-       void    *_base;
-       int     n;
-       int     size;
-       int     (*compar)();
-{
+static void qst __P((char *base, char *max));
+
+void qsort(_base, n, size, compar) void *_base; int n; int size; int (*compar)(); {
 #define base ((char *)_base)
        register char c, *i, *j, *lo, *hi;
        char *min, *max;
@@ -110,9 +108,7 @@ qsort(_base, n, size, compar)
  * (And there are only three places where this is done).
  */
 
-static void
-qst(base, max)
-       char *base, *max; {
+static void qst(base, max) char *base; char *max; {
        register char c, *i, *j, *jj;
        register int ii;
        char *mid, *tmp;
index 0f3c08a..c78922f 100644 (file)
@@ -1,3 +1,6 @@
+#include <gen.h>
+#include <stdio.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,9 +9,9 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)random.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
+/*#include     <stdio.h>*/
 
 /*
  * random.c:
@@ -47,8 +50,6 @@ static char sccsid[] = "@(#)random.c  5.2 (Berkeley) 3/9/86";
  * predicted by this formula.
  */
 
-
-
 /*
  * For each of the currently supported random number generators, we have a
  * break value on the amount of state information (you need at least this
@@ -82,7 +83,6 @@ static char sccsid[] = "@(#)random.c  5.2 (Berkeley) 3/9/86";
 #define                DEG_4           63
 #define                SEP_4           1
 
-
 /*
  * Array versions of the above information to make code run faster -- relies
  * on fact that TYPE_i == i.
@@ -96,8 +96,6 @@ static  int           degrees[ MAX_TYPES ]    = { DEG_0, DEG_1, DEG_2,
 static  int            seps[ MAX_TYPES ]       = { SEP_0, SEP_1, SEP_2,
                                                                SEP_3, SEP_4 };
 
-
-
 /*
  * Initially, everything is set up as if from :
  *             initstate( 1, &randtbl, 128 );
@@ -134,8 +132,6 @@ static  long                randtbl[ DEG_3 + 1 ]    = { TYPE_3,
 static  long           *fptr                   = &randtbl[ SEP_3 + 1 ];
 static  long           *rptr                   = &randtbl[ 1 ];
 
-
-
 /*
  * The following things are the pointer to the state information table,
  * the type of the current generator, the degree of the current polynomial
@@ -156,8 +152,6 @@ static  int         rand_sep                = SEP_3;
 
 static  long           *end_ptr                = &randtbl[ DEG_3 + 1 ];
 
-
-
 /*
  * srandom:
  * Initialize the random number generator based on the given seed.  If the
@@ -171,10 +165,7 @@ static  long               *end_ptr                = &randtbl[ DEG_3 + 1 ];
  * values produced by this routine.
  */
 
-srandom( x )
-
-    unsigned           x;
-{
+int srandom(x) unsigned x; {
        register  int           i, j;
 
        if(  rand_type  ==  TYPE_0  )  {
@@ -192,8 +183,6 @@ srandom( x )
        }
 }
 
-
-
 /*
  * initstate:
  * Initialize the state information in the given array of n bytes for
@@ -210,13 +199,7 @@ srandom( x )
  * Returns a pointer to the old state.
  */
 
-char  *
-initstate( seed, arg_state, n )
-
-    unsigned           seed;                   /* seed for R. N. G. */
-    char               *arg_state;             /* pointer to state array */
-    int                        n;                      /* # bytes of state info */
-{
+char *initstate(seed, arg_state, n) unsigned seed;                     /* seed for R. N. G. */ char *arg_state;                /* pointer to state array */ int n;                     /* # bytes of state info */ {
        register  char          *ostate         = (char *)( &state[ -1 ] );
 
        if(  rand_type  ==  TYPE_0  )  state[ -1 ] = rand_type;
@@ -264,8 +247,6 @@ initstate( seed, arg_state, n )
        return( ostate );
 }
 
-
-
 /*
  * setstate:
  * Restore the state from the given state array.
@@ -278,11 +259,7 @@ initstate( seed, arg_state, n )
  * Returns a pointer to the old state information.
  */
 
-char  *
-setstate( arg_state )
-
-    char               *arg_state;
-{
+char *setstate(arg_state) char *arg_state; {
        register  long          *new_state      = (long *)arg_state;
        register  int           type            = new_state[0]%MAX_TYPES;
        register  int           rear            = new_state[0]/MAX_TYPES;
@@ -313,8 +290,6 @@ setstate( arg_state )
        return( ostate );
 }
 
-
-
 /*
  * random:
  * If we are using the trivial TYPE_0 R.N.G., just do the old linear
@@ -330,9 +305,7 @@ setstate( arg_state )
  * Returns a 31-bit random number.
  */
 
-long
-random()
-{
+long random() {
        long            i;
        
        if(  rand_type  ==  TYPE_0  )  {
@@ -351,4 +324,3 @@ random()
        }
        return( i );
 }
-
index 34d43ba..a873340 100644 (file)
@@ -1,3 +1,6 @@
+#include <sys/dir.h>
+#include <sys/file.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,18 +9,15 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)readdir.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/param.h>
-#include <sys/dir.h>
+/*#include <sys/param.h>*/
+/*#include <sys/dir.h>*/
 
 /*
  * get next entry in a directory.
  */
-struct direct *
-readdir(dirp)
-       register DIR *dirp;
-{
+struct direct *readdir(dirp) register DIR *dirp; {
        register struct direct *dp;
 
        for (;;) {
index 75c7146..0e15415 100644 (file)
@@ -1,3 +1,5 @@
+#include <gen.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +8,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)regex.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * routines to do regular expression matching
@@ -97,10 +99,9 @@ static       char    circf;
 /*
  * compile the regular expression argument into a dfa
  */
-char *
-re_comp(sp)
-       register char   *sp;
-{
+static int advance __P((register char *lp, register char *ep));
+
+char *re_comp(sp) register char *sp; {
        register int    c;
        register char   *ep = expbuf;
        int     cclcnt, numbra = 0;
@@ -221,10 +222,7 @@ re_comp(sp)
 /* 
  * match the argument string against the compiled re
  */
-int
-re_exec(p1)
-       register char   *p1;
-{
+int re_exec(p1) register char *p1; {
        register char   *p2 = expbuf;
        register int    c;
        int     rv;
@@ -261,10 +259,7 @@ re_exec(p1)
 /* 
  * try to match the next thing in the dfa
  */
-static int
-advance(lp, ep)
-       register char   *lp, *ep;
-{
+static int advance(lp, ep) register char *lp; register char *ep; {
        register char   *curlp;
        int     ct, i;
        int     rv;
@@ -369,10 +364,7 @@ advance(lp, ep)
                }
 }
 
-backref(i, lp)
-       register int    i;
-       register char   *lp;
-{
+int backref(i, lp) register int i; register char *lp; {
        register char   *bp;
 
        bp = braslist[i];
@@ -382,11 +374,7 @@ backref(i, lp)
        return(0);
 }
 
-int
-cclass(set, c, af)
-       register char   *set, c;
-       int     af;
-{
+int cclass(set, c, af) register char *set; int c; int af; {
        register int    n;
 
        if (c == 0)
index afd76e4..372f834 100644 (file)
@@ -1,3 +1,5 @@
+#include <gen.h>
+
 /*
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,9 +8,9 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)remque.c   5.1 (Berkeley) 1/27/87";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <gen.h>
+/*#include <gen.h>*/
 
 /*
  * remque -- vax remque instruction
@@ -22,9 +24,7 @@ static char sccsid[] = "@(#)remque.c  5.1 (Berkeley) 1/27/87";
 /*     struct vaxque   *vq_prev;*/
 /*};*/
 
-remque(e)
-       register struct vaxque *e;
-{
+int remque(e) register struct vaxque *e; {
        e->vq_prev->vq_next = e->vq_next;
        e->vq_next->vq_prev = e->vq_prev;
 }
index ee93bd3..7ac2bf9 100644 (file)
@@ -1,6 +1,8 @@
+#include <strings.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)rindex.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Return the ptr in sp at which the character c last
@@ -9,10 +11,7 @@ static char sccsid[] = "@(#)rindex.c  5.2 (Berkeley) 3/9/86";
 
 #define NULL 0
 
-char *
-rindex(sp, c)
-register char *sp, c;
-{
+char *rindex(sp, c) register char *sp; int c; {
        register char *r;
 
        r = NULL;
index 1964c80..22f7142 100644 (file)
@@ -1,3 +1,8 @@
+#include <gen.h>
+/*#include <strings.h> gen.h*/
+/*#include <sys/dir.h> gen.h*/
+#include <sys/stat.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +11,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)scandir.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Scan the directory dirname calling select to make a list of selected
@@ -15,15 +20,11 @@ static char sccsid[] = "@(#)scandir.c       5.2 (Berkeley) 3/9/86";
  * struct direct (through namelist). Returns -1 if there were any errors.
  */
 
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/dir.h>
+/*#include <sys/types.h>*/
+/*#include <sys/stat.h>*/
+/*#include <sys/dir.h>*/
 
-scandir(dirname, namelist, select, dcomp)
-       char *dirname;
-       struct direct *(*namelist[]);
-       int (*select)(), (*dcomp)();
-{
+int scandir(dirname, namelist, select, dcomp) char *dirname; struct direct *(*namelist[]); int (*select)(); int (*dcomp)(); {
        register struct direct *d, *p, **names;
        register int nitems;
        register char *cp1, *cp2;
@@ -84,8 +85,6 @@ scandir(dirname, namelist, select, dcomp)
 /*
  * Alphabetic order comparison routine for those who want it.
  */
-alphasort(d1, d2)
-       struct direct **d1, **d2;
-{
+int alphasort(d1, d2) struct direct **d1; struct direct **d2; {
        return(strcmp((*d1)->d_name, (*d2)->d_name));
 }
index f1bc890..342f156 100644 (file)
@@ -1,3 +1,6 @@
+#include <sys/dir.h>
+#include <sys/file.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,20 +9,16 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)seekdir.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/param.h>
-#include <sys/dir.h>
+/*#include <sys/param.h>*/
+/*#include <sys/dir.h>*/
 
 /*
  * seek to an entry in a directory.
  * Only values returned by "telldir" should be passed to seekdir.
  */
-void
-seekdir(dirp, loc)
-       register DIR *dirp;
-       long loc;
-{
+void seekdir(dirp, loc) register DIR *dirp; long loc; {
        long curloc, base, offset;
        struct direct *dp;
        extern long lseek();
index cb332d0..0329fc8 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/proc.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,11 +8,9 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)setegid.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-setegid(egid)
-       int egid;
-{
+int setegid(egid) int egid; {
 
        return (setregid(-1, egid));
 }
index 2c6096c..d2e8164 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/proc.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,11 +8,9 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)seteuid.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-seteuid(euid)
-       int euid;
-{
+int seteuid(euid) int euid; {
 
        return (setreuid(-1, euid));
 }
index bed8d8a..29ed6f6 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/proc.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,14 +8,12 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)setgid.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Backwards compatible setgid.
  */
-setgid(gid)
-       int gid;
-{
+int setgid(gid) int gid; {
 
        return (setregid(gid, gid));
 }
index 7bc584e..49cf7c9 100644 (file)
@@ -1,10 +1,14 @@
-#include <setjmp.h>
+#include <gen.h>
+/*#include <setjmp.h> gen.h*/
+#include <sys/file.h>
+
+/*#include <setjmp.h>*/
 
 int setjmp(e) jmp_buf e; {
        write(2, "setjmp()\n", 9);
        abort();
 }
-void longjmp(e, v) jmp_buf e; {
+void longjmp(e, v) jmp_buf e; int v; {
        write(2, "longjmp()\n", 10);
        abort();
 }
index d46b7a6..14a2d5d 100644 (file)
@@ -1,3 +1,6 @@
+#include <setjmp.h>
+#include <sys/file.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +9,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)setjmperr.c        5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 #define ERRMSG "longjmp botch\n"
 
@@ -16,8 +19,7 @@ static char sccsid[] = "@(#)setjmperr.c       5.2 (Berkeley) 3/9/86";
  * write their own versions.
  * If this routine returns, the program is aborted.
  */
-longjmperror()
-{
+int longjmperror() {
 
        write(2, ERRMSG, sizeof(ERRMSG));
 }
index c5c38cf..0bb3d1c 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/proc.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,11 +8,9 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)setrgid.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-setrgid(rgid)
-       int rgid;
-{
+int setrgid(rgid) int rgid; {
 
        return (setregid(rgid, -1));
 }
index 49a4a79..53c1dba 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/proc.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,11 +8,9 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)setruid.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-setruid(ruid)
-       int ruid;
-{
+int setruid(ruid) int ruid; {
 
        return (setreuid(ruid, -1));
 }
index 3e33294..880b813 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/proc.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,14 +8,12 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)setuid.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Backwards compatible setuid.
  */
-setuid(uid)
-       int uid;
-{
+int setuid(uid) int uid; {
 
        return (setreuid(uid, uid));
 }
index ecbeff5..67df098 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/signal.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,17 +8,15 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)siginterrupt.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <signal.h>
+/*#include <signal.h>*/
 
 /*
  * Set signal state to prevent restart of system calls
  * after an instance of the indicated signal.
  */
-siginterrupt(sig, flag)
-       int sig, flag;
-{
+int siginterrupt(sig, flag) int sig; int flag; {
        struct sigvec sv;
        int ret;
 
index 276e5fc..102bef6 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/signal.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,9 +8,9 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)siglist.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <signal.h>
+/*#include <signal.h>*/
 
 char   *sys_siglist[NSIG] = {
        "Signal 0",
index d6bb2cf..1e85ee4 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/signal.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,18 +8,14 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)signal.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Almost backwards compatible signal.
  */
-#include <signal.h>
+/*#include <signal.h>*/
 
-void
-(*signal(s, a))()
-       int s;
-       void (*a)();
-{
+void (*signal(s, a))() int s; void (*a)(); {
        struct sigvec osv, sv;
        static int mask[NSIG];
        static int flags[NSIG];
index f5b7d0b..084f204 100644 (file)
@@ -1,3 +1,6 @@
+#include <sys/signal.h>
+#include <sys/time.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,20 +9,19 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)sleep.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/time.h>
-#include <signal.h>
+/*#include <sys/time.h>*/
+/*#include <signal.h>*/
 
 #define        setvec(vec, a) \
        vec.sv_handler = a; vec.sv_mask = vec.sv_onstack = 0
 
 static int ringring;
 
-void
-sleep(n)
-       unsigned n;
-{
+static void sleepx __P((void));
+
+void sleep(n) unsigned n; {
        void sleepx();
        int omask;
        struct itimerval itv, oitv;
@@ -60,8 +62,6 @@ sleep(n)
        (void) setitimer(ITIMER_REAL, &oitv, (struct itimerval *)0);
 }
 
-static void
-sleepx()
-{
+static void sleepx() {
        ringring = 1;
 }
index 6030ccc..aed1f8d 100644 (file)
@@ -1,16 +1,15 @@
+#include <strings.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strcat.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Concatenate s2 on the end of s1.  S1's space must be large enough.
  * Return s1.
  */
 
-char *
-strcat(s1, s2)
-register char *s1, *s2;
-{
+char *strcat(s1, s2) register char *s1; register char *s2; {
        register char *os1;
 
        os1 = s1;
index cd152f2..921f505 100644 (file)
@@ -1,14 +1,14 @@
+#include <strings.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strcmp.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Compare strings:  s1>s2: >0  s1==s2: 0  s1<s2: <0
  */
 
-strcmp(s1, s2)
-register char *s1, *s2;
-{
+int strcmp(s1, s2) register char *s1; register char *s2; {
 
        while (*s1 == *s2++)
                if (*s1++=='\0')
index d5c8172..7cca5dc 100644 (file)
@@ -1,16 +1,15 @@
+#include <strings.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strcpy.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Copy string s2 to s1.  s1 must be large enough.
  * return s1
  */
 
-char *
-strcpy(s1, s2)
-register char *s1, *s2;
-{
+char *strcpy(s1, s2) register char *s1; register char *s2; {
        register char *os1;
 
        os1 = s1;
index 55faed8..d613ea7 100644 (file)
@@ -1,15 +1,15 @@
+#include <strings.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strlen.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Returns the number of
  * non-NULL bytes in string argument.
  */
 
-strlen(s)
-register char *s;
-{
+int strlen(s) register char *s; {
        register n;
 
        n = 0;
index 21d75cb..b8e4605 100644 (file)
@@ -1,6 +1,8 @@
+#include <strings.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strncat.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Concatenate s2 on the end of s1.  S1's space must be large enough.
@@ -8,11 +10,7 @@ static char sccsid[] = "@(#)strncat.c 5.2 (Berkeley) 3/9/86";
  * Return s1.
  */
 
-char *
-strncat(s1, s2, n)
-register char *s1, *s2;
-register n;
-{
+char *strncat(s1, s2, n) register char *s1; register char *s2; register n; {
        register char *os1;
 
        os1 = s1;
index 9d035e8..5fd5beb 100644 (file)
@@ -1,15 +1,14 @@
+#include <strings.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strncmp.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Compare strings (at most n bytes):  s1>s2: >0  s1==s2: 0  s1<s2: <0
  */
 
-strncmp(s1, s2, n)
-register char *s1, *s2;
-register n;
-{
+int strncmp(s1, s2, n) register char *s1; register char *s2; register n; {
 
        while (--n >= 0 && *s1 == *s2++)
                if (*s1++ == '\0')
index 40be252..2f46479 100644 (file)
@@ -1,16 +1,15 @@
+#include <strings.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strncpy.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Copy s2 to s1, truncating or null-padding to always copy n bytes
  * return s1
  */
 
-char *
-strncpy(s1, s2, n)
-register char *s1, *s2;
-{
+char *strncpy(s1, s2, n) register char *s1; register char *s2; int n; {
        register i;
        register char *os1;
 
index 8085998..289f39d 100644 (file)
@@ -1,16 +1,15 @@
+#include <gen.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)swab.c     5.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Swab bytes
  * Jeffrey Mogul, Stanford
  */
 
-swab(from, to, n)
-       register char *from, *to;
-       register int n;
-{
+int swab(from, to, n) register char *from; register char *to; register int n; {
        register unsigned long temp;
        
        n >>= 1; n++;
index 075eb89..7bf841c 100644 (file)
@@ -1,3 +1,21 @@
+#include <stdio.h>
+#include <strings.h>
+#include <sys/file.h>
+#include <sys/proc.h>
+#include <sys/signal.h>
+#include <sys/socket.h>
+#include <sys/syslog.h>
+/*#include <sys/time.h> sys/proc.h*/
+#include <sys/wait.h>
+/*#include <time.h> sys/proc.h*/
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
+#include <varargs.h>
+#define _va_start(argp, arg) va_start(argp)
+#endif
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +24,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)syslog.c   5.9 (Berkeley) 5/7/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * SYSLOG -- print message on log file
@@ -25,14 +43,14 @@ static char sccsid[] = "@(#)syslog.c        5.9 (Berkeley) 5/7/86";
  * Modified to use UNIX domain IPC by Ralph Campbell
  */
 
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <sys/file.h>
-#include <sys/signal.h>
-#include <sys/syslog.h>
-#include <netdb.h>
-#include <strings.h>
-#include <varargs.h>
+/*#include <sys/types.h>*/
+/*#include <sys/socket.h>*/
+/*#include <sys/file.h>*/
+/*#include <sys/signal.h>*/
+/*#include <sys/syslog.h>*/
+/*#include <netdb.h>*/
+/*#include <strings.h>*/
+/*#include <varargs.h>*/
 
 #define        MAXLINE 1024                    /* max message size */
 #define NULL   0                       /* manifest */
@@ -55,11 +73,11 @@ static struct sockaddr SyslogAddr;  /* AF_UNIX address of local logger */
 extern int errno, sys_nerr;
 extern char *sys_errlist[];
 
-void
-syslog(pri, fmt, va_alist)
-       int pri;
-       char *fmt;
-       va_dcl
+#ifdef __STDC__
+void syslog(int pri, char *fmt, ...)
+#else
+void syslog(pri, fmt, va_alist) int pri; char *fmt; va_dcl
+#endif
 {
        char buf[MAXLINE + 1], outline[MAXLINE + 1];
        register char *b, *f, *o;
@@ -118,7 +136,7 @@ syslog(pri, fmt, va_alist)
        }
        *b++ = '\n';
        *b = '\0';
-       va_start(argp);
+       _va_start(argp, fmt);
        vsprintf(o, buf, argp);
        va_end(argp);
        c = strlen(outline);
@@ -158,11 +176,7 @@ syslog(pri, fmt, va_alist)
  * OPENLOG -- open system log
  */
 
-void
-openlog(ident, logstat, logfac)
-       char *ident;
-       int logstat, logfac;
-{
+void openlog(ident, logstat, logfac) char *ident; int logstat; int logfac; {
        if (ident != NULL)
                LogTag = ident;
        LogStat = logstat;
@@ -182,9 +196,7 @@ openlog(ident, logstat, logfac)
  * CLOSELOG -- close the system log
  */
 
-void
-closelog()
-{
+void closelog() {
        (void) close(LogFile);
        LogFile = -1;
 }
@@ -192,9 +204,7 @@ closelog()
 /*
  * SETLOGMASK -- set the log mask level
  */
-setlogmask(pmask)
-       int pmask;
-{
+int setlogmask(pmask) int pmask; {
        int omask;
 
        omask = LogMask;
index 6303403..ffcb153 100644 (file)
@@ -1,12 +1,15 @@
+#include <sys/exec.h>
+#include <sys/proc.h>
+#include <sys/signal.h>
+#include <sys/wait.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)system.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <signal.h>
+/*#include     <signal.h>*/
 
-system(s)
-char *s;
-{
+int system(s) char *s; {
        int status, pid, w;
        register void (*istat)(), (*qstat)();
 
index 2b7af90..01a2761 100644 (file)
@@ -1,3 +1,6 @@
+#include <sys/dir.h>
+#include <sys/file.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,18 +9,15 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)telldir.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/param.h>
-#include <sys/dir.h>
+/*#include <sys/param.h>*/
+/*#include <sys/dir.h>*/
 
 /*
  * return a pointer into a directory
  */
-long
-telldir(dirp)
-       DIR *dirp;
-{
+long telldir(dirp) DIR *dirp; {
        extern long lseek();
 
        return (lseek(dirp->dd_fd, 0L, 1) - dirp->dd_size + dirp->dd_loc);
index 49eeb8d..917196c 100644 (file)
@@ -1,3 +1,6 @@
+#include <sys/time.h>
+/*#include <sys/types.h> sys/time.h*/
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,18 +9,15 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)time.c     5.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Backwards compatible time call.
  */
-#include <sys/types.h>
-#include <sys/time.h>
+/*#include <sys/types.h>*/
+/*#include <sys/time.h>*/
 
-long
-time(t)
-       time_t *t;
-{
+long time(t) time_t *t; {
        struct timeval tt;
 
        if (gettimeofday(&tt, (struct timezone *)0) < 0)
index 644bbd2..7ec2bec 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <stdio.h>
+/*#include <strings.h> gen.h*/
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +10,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)timezone.c 5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * The arguments are the number of minutes of time
@@ -40,8 +44,7 @@ static struct zone {
        -1
 };
 
-char *timezone(zone, dst)
-{
+char *timezone(zone, dst) int zone; int dst; {
        register struct zone *zp;
        static char czone[10];
        char *sign;
index 9fd0c91..73cb7be 100644 (file)
@@ -1,6 +1,12 @@
+#include <strings.h>
+#include <sys/dir.h>
+#include <sys/ioctl.h>
+#include <sys/stat.h>
+#include <utmp.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ttyname.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * ttyname(f): return "/dev/ttyXX" which the the name of the
@@ -9,17 +15,15 @@ static char sccsid[] = "@(#)ttyname.c        5.2 (Berkeley) 3/9/86";
  */
 
 #define        NULL    0
-#include <sys/param.h>
-#include <sys/dir.h>
-#include <sys/stat.h>
+/*#include <sys/param.h> sys/dir.h*/
+/*#include <sys/dir.h>*/
+/*#include <sys/stat.h>*/
 
 static char    dev[]   = "/dev/";
-char   *strcpy();
-char   *strcat();
+/*char *strcpy();*/
+/*char *strcat();*/
 
-char *
-ttyname(f)
-{
+char *ttyname(f) int f; {
        struct stat fsb;
        struct stat tsb;
        register struct direct *db;
index e8ba04f..e429f18 100644 (file)
@@ -1,3 +1,7 @@
+#include <strings.h>
+#include <ttyent.h>
+#include <utmp.h>
+
 /*
  * Copyright (c) 1984 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ttyslot.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Return the number of the slot in the utmp file
  * corresponding to the current user: try for file 0, 1, 2.
  * Definition is the line number in the /etc/ttys file.
  */
-#include <ttyent.h>
+/*#include <ttyent.h>*/
 
-char   *ttyname();
-char   *rindex();
+/*char *ttyname();*/
+/*char *rindex();*/
 
 #define        NULL    0
 
-ttyslot()
-{
+int ttyslot() {
        register struct ttyent *ty;
        register char *tp, *p;
        register s;
index 6f14494..22624f6 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/time.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,9 +8,9 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ualarm.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/time.h>
+/*#include <sys/time.h>*/
 
 #define        USPS    1000000         /* # of microseconds in a second */
 
@@ -17,11 +19,7 @@ static char sccsid[] = "@(#)ualarm.c 5.2 (Berkeley) 3/9/86";
  * If ``reload'' is non-zero, keep generating SIGALRM
  * every ``reload'' microseconds after the first signal.
  */
-unsigned
-ualarm(usecs, reload)
-       register unsigned usecs;
-       register unsigned reload;
-{
+unsigned ualarm(usecs, reload) register unsigned usecs; register unsigned reload; {
        struct itimerval new, old;
 
        new.it_interval.tv_usec = reload % USPS;
index 1e4a431..6d544fe 100644 (file)
@@ -1,3 +1,6 @@
+#include <sys/signal.h>
+#include <sys/time.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,10 +9,10 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)usleep.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/time.h>
-#include <signal.h>
+/*#include <sys/time.h>*/
+/*#include <signal.h>*/
 
 #define USPS   1000000         /* number of microseconds in a second */
 #define TICK   10000           /* system clock resolution in microseconds */
@@ -19,10 +22,9 @@ static char sccsid[] = "@(#)usleep.c 5.2 (Berkeley) 3/9/86";
 
 static int ringring;
 
-void
-usleep(n)
-       unsigned n;
-{
+static void sleepx __P((void));
+
+void usleep(n) unsigned n; {
        void sleepx();
        int omask;
        struct itimerval itv, oitv;
@@ -63,7 +65,6 @@ usleep(n)
        (void) setitimer(ITIMER_REAL, &oitv, (struct itimerval *)0);
 }
 
-static void
-sleepx() {
+static void sleepx() {
        ringring = 1;
 }
index ecd3034..5af312f 100644 (file)
@@ -1,3 +1,6 @@
+#include <gen.h>
+#include <sys.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,14 +9,11 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)valloc.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-void   *malloc();
+/*void *malloc();*/
 
-void *
-valloc(i)
-       int i;
-{
+void *valloc(i) int i; {
        int valsiz = getpagesize(), j;
        char *cp = malloc(i + (valsiz-1));
 
index 3a1070c..c3ca463 100644 (file)
@@ -1,3 +1,8 @@
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <net.h>
+/*#include <sys/types.h> arpa/inet.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)inet_addr.c        5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <ctype.h>
-#include <netinet/in.h>
+/*#include <sys/types.h>*/
+/*#include <ctype.h>*/
+/*#include <netinet/in.h>*/
 
 /*
  * Internet address interpretation routine.
@@ -19,10 +24,7 @@ static char sccsid[] = "@(#)inet_addr.c      5.2 (Berkeley) 3/9/86";
  * which are expected to be an address.
  * The value returned is in network order.
  */
-u_long
-inet_addr(cp)
-       register char *cp;
-{
+u_long inet_addr(cp) register char *cp; {
        register u_long val, base, n;
        register char c;
        u_long parts[4], *pp = parts;
index 3451855..89a4ca7 100644 (file)
@@ -1,3 +1,8 @@
+#include <arpa/inet.h>
+#include <net.h>
+/*#include <netinet/in.h> arpa/inet.h*/
+/*#include <sys/types.h> arpa/inet.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)inet_lnaof.c       5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <netinet/in.h>
+/*#include <sys/types.h>*/
+/*#include <netinet/in.h>*/
 
 /*
  * Return the local network address portion of an
  * internet address; handles class a/b/c network
  * number formats.
  */
-inet_lnaof(in)
-       struct in_addr in;
-{
+int inet_lnaof(in) struct in_addr in; {
        register u_long i = ntohl(in.s_addr);
 
        if (IN_CLASSA(i))
index 10b2b28..64e4ea8 100644 (file)
@@ -1,3 +1,8 @@
+#include <arpa/inet.h>
+#include <net.h>
+/*#include <netinet/in.h> arpa/inet.h*/
+/*#include <sys/types.h> arpa/inet.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)inet_makeaddr.c    5.1 (Berkeley) 3/11/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <netinet/in.h>
+/*#include <sys/types.h>*/
+/*#include <netinet/in.h>*/
 
 /*
  * Formulate an Internet address from network + host.  Used in
  * building addresses stored in the ifnet structure.
  */
-struct in_addr
-inet_makeaddr(net, host)
-       int net, host;
-{
+struct in_addr inet_makeaddr(net, host) int net; int host; {
        u_long addr;
 
        if (net < 128)
index a0c9782..6a50cf3 100644 (file)
@@ -1,3 +1,8 @@
+#include <arpa/inet.h>
+#include <net.h>
+/*#include <netinet/in.h> arpa/inet.h*/
+/*#include <sys/types.h> arpa/inet.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)inet_netof.c       5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <netinet/in.h>
+/*#include <sys/types.h>*/
+/*#include <netinet/in.h>*/
 
 /*
  * Return the network number from an internet
  * address; handles class a/b/c network #'s.
  */
-inet_netof(in)
-       struct in_addr in;
-{
+int inet_netof(in) struct in_addr in; {
        register u_long i = ntohl(in.s_addr);
 
        if (IN_CLASSA(i))
index 57f0b5f..ec18ddb 100644 (file)
@@ -1,3 +1,7 @@
+#include <arpa/inet.h>
+#include <ctype.h>
+/*#include <sys/types.h> arpa/inet.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)inet_network.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <ctype.h>
+/*#include <sys/types.h>*/
+/*#include <ctype.h>*/
 
 /*
  * Internet network address interpretation routine.
  * The library routines call this routine to interpret
  * network numbers.
  */
-u_long
-inet_network(cp)
-       register char *cp;
-{
+u_long inet_network(cp) register char *cp; {
        register u_long val, base, n;
        register char c;
        u_long parts[4], *pp = parts;
index 98713f4..04aa8dc 100644 (file)
@@ -1,3 +1,7 @@
+#include <arpa/inet.h>
+/*#include <netinet/in.h> arpa/inet.h*/
+#include <stdio.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)inet_ntoa.c        5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Convert network-format internet address
  * to base 256 d.d.d.d representation.
  */
-#include <sys/types.h>
-#include <netinet/in.h>
+/*#include <sys/types.h>*/
+/*#include <netinet/in.h>*/
 
-char *
-inet_ntoa(in)
-       struct in_addr in;
-{
+char *inet_ntoa(in) struct in_addr in; {
        static char b[18];
        register char *p;
 
index 848c1c8..38b3904 100644 (file)
@@ -1,3 +1,5 @@
+#include <netdb.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,16 +8,13 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getnetbyaddr.c     5.3 (Berkeley) 5/19/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <netdb.h>
+/*#include <netdb.h>*/
 
 extern int _net_stayopen;
 
-struct netent *
-getnetbyaddr(net, type)
-       register int net, type;
-{
+struct netent *getnetbyaddr(net, type) register int net; register int type; {
        register struct netent *p;
 
        setnetent(_net_stayopen);
index c944ae5..e328218 100644 (file)
@@ -1,3 +1,6 @@
+#include <netdb.h>
+#include <strings.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,16 +9,13 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getnetbyname.c     5.3 (Berkeley) 5/19/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <netdb.h>
+/*#include <netdb.h>*/
 
 extern int _net_stayopen;
 
-struct netent *
-getnetbyname(name)
-       register char *name;
-{
+struct netent *getnetbyname(name) register char *name; {
        register struct netent *p;
        register char **cp;
 
index 488aa50..0cd6dfd 100644 (file)
@@ -1,3 +1,8 @@
+#include <arpa/inet.h>
+#include <netdb.h>
+#include <stdio.h>
+#include <sys/socket.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getnetent.c        5.3 (Berkeley) 5/19/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netdb.h>
-#include <ctype.h>
+/*#include <stdio.h>*/
+/*#include <sys/types.h>*/
+/*#include <sys/socket.h>*/
+/*#include <netdb.h>*/
+/*#include <ctype.h>*/
 
 #define        MAXALIASES      35
 
@@ -22,11 +27,11 @@ static char line[BUFSIZ+1];
 static struct netent net;
 static char *net_aliases[MAXALIASES];
 int _net_stayopen;
-static char *any();
+/*static char *any();*/
+
+static char *any __P((register char *cp, char *match));
 
-setnetent(f)
-       int f;
-{
+int setnetent(f) int f; {
        if (netf == NULL)
                netf = fopen(NETDB, "r" );
        else
@@ -34,8 +39,7 @@ setnetent(f)
        _net_stayopen |= f;
 }
 
-endnetent()
-{
+int endnetent() {
        if (netf) {
                fclose(netf);
                netf = NULL;
@@ -43,9 +47,7 @@ endnetent()
        _net_stayopen = 0;
 }
 
-struct netent *
-getnetent()
-{
+struct netent *getnetent() {
        char *p;
        register char *cp, **q;
 
@@ -91,11 +93,7 @@ again:
        return (&net);
 }
 
-static char *
-any(cp, match)
-       register char *cp;
-       char *match;
-{
+static char *any(cp, match) register char *cp; char *match; {
        register char *mp, c;
 
        while (c = *cp) {
index f35a6d6..2e3b13b 100644 (file)
@@ -1,3 +1,5 @@
+#include <netdb.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,16 +8,13 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getproto.c 5.3 (Berkeley) 5/19/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <netdb.h>
+/*#include <netdb.h>*/
 
 extern int _proto_stayopen;
 
-struct protoent *
-getprotobynumber(proto)
-       register int proto;
-{
+struct protoent *getprotobynumber(proto) register int proto; {
        register struct protoent *p;
 
        setprotoent(_proto_stayopen);
index 15a6a18..4ec4e7a 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <netdb.h>
+#include <stdio.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getprotoent.c      5.3 (Berkeley) 5/19/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netdb.h>
-#include <ctype.h>
+/*#include <stdio.h>*/
+/*#include <sys/types.h>*/
+/*#include <sys/socket.h>*/
+/*#include <netdb.h>*/
+/*#include <ctype.h>*/
 
 #define        MAXALIASES      35
 
@@ -21,12 +25,12 @@ static FILE *protof = NULL;
 static char line[BUFSIZ+1];
 static struct protoent proto;
 static char *proto_aliases[MAXALIASES];
-static char *any();
+/*static char *any();*/
 int _proto_stayopen;
 
-setprotoent(f)
-       int f;
-{
+static char *any __P((register char *cp, char *match));
+
+int setprotoent(f) int f; {
        if (protof == NULL)
                protof = fopen(PROTODB, "r" );
        else
@@ -34,8 +38,7 @@ setprotoent(f)
        _proto_stayopen |= f;
 }
 
-endprotoent()
-{
+int endprotoent() {
        if (protof) {
                fclose(protof);
                protof = NULL;
@@ -43,9 +46,7 @@ endprotoent()
        _proto_stayopen = 0;
 }
 
-struct protoent *
-getprotoent()
-{
+struct protoent *getprotoent() {
        char *p;
        register char *cp, **q;
 
@@ -90,11 +91,7 @@ again:
        return (&proto);
 }
 
-static char *
-any(cp, match)
-       register char *cp;
-       char *match;
-{
+static char *any(cp, match) register char *cp; char *match; {
        register char *mp, c;
 
        while (c = *cp) {
index 872303f..7223866 100644 (file)
@@ -1,3 +1,6 @@
+#include <netdb.h>
+#include <strings.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,16 +9,13 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getprotoname.c     5.3 (Berkeley) 5/19/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <netdb.h>
+/*#include <netdb.h>*/
 
 extern int _proto_stayopen;
 
-struct protoent *
-getprotobyname(name)
-       register char *name;
-{
+struct protoent *getprotobyname(name) register char *name; {
        register struct protoent *p;
        register char **cp;
 
index 40c784d..3ac46d2 100644 (file)
@@ -1,3 +1,6 @@
+#include <netdb.h>
+#include <strings.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,16 +9,13 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getservbyname.c    5.3 (Berkeley) 5/19/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <netdb.h>
+/*#include <netdb.h>*/
 
 extern int _serv_stayopen;
 
-struct servent *
-getservbyname(name, proto)
-       char *name, *proto;
-{
+struct servent *getservbyname(name, proto) char *name; char *proto; {
        register struct servent *p;
        register char **cp;
 
index d3632a2..71b9720 100644 (file)
@@ -1,3 +1,6 @@
+#include <netdb.h>
+#include <strings.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,17 +9,13 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getservbyport.c    5.3 (Berkeley) 5/19/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <netdb.h>
+/*#include <netdb.h>*/
 
 extern int _serv_stayopen;
 
-struct servent *
-getservbyport(port, proto)
-       int port;
-       char *proto;
-{
+struct servent *getservbyport(port, proto) int port; char *proto; {
        register struct servent *p;
 
        setservent(_serv_stayopen);
index 7df4ac8..972e3df 100644 (file)
@@ -1,3 +1,9 @@
+#include <gen.h>
+#include <net.h>
+/*#include <netdb.h> net.h*/
+/*#include <stdio.h> net.h*/
+/*#include <sys/types.h> gen.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getservent.c       5.3 (Berkeley) 5/19/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netdb.h>
-#include <ctype.h>
+/*#include <stdio.h>*/
+/*#include <sys/types.h>*/
+/*#include <sys/socket.h>*/
+/*#include <netdb.h>*/
+/*#include <ctype.h>*/
 
 #define        MAXALIASES      35
 
@@ -21,12 +27,12 @@ static FILE *servf = NULL;
 static char line[BUFSIZ+1];
 static struct servent serv;
 static char *serv_aliases[MAXALIASES];
-static char *any();
+/*static char *any();*/
 int _serv_stayopen;
 
-setservent(f)
-       int f;
-{
+static char *any __P((register char *cp, char *match));
+
+int setservent(f) int f; {
        if (servf == NULL)
                servf = fopen(SERVDB, "r" );
        else
@@ -34,8 +40,7 @@ setservent(f)
        _serv_stayopen |= f;
 }
 
-endservent()
-{
+int endservent() {
        if (servf) {
                fclose(servf);
                servf = NULL;
@@ -43,9 +48,7 @@ endservent()
        _serv_stayopen = 0;
 }
 
-struct servent *
-getservent()
-{
+struct servent *getservent() {
        char *p;
        register char *cp, **q;
 
@@ -92,11 +95,7 @@ again:
        return (&serv);
 }
 
-static char *
-any(cp, match)
-       register char *cp;
-       char *match;
-{
+static char *any(cp, match) register char *cp; char *match; {
        register char *mp, c;
 
        while (c = *cp) {
index 4faffe1..86c6452 100644 (file)
@@ -1,3 +1,10 @@
+#include <arpa/inet.h>
+#include <ndbm.h>
+#include <netdb.h>
+#include <stdio.h>
+#include <sys/socket.h>
+/*#include <sys/types.h> arpa/inet.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)gethostent.c       5.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netdb.h>
-#include <ctype.h>
-#include <ndbm.h>
+/*#include <stdio.h>*/
+/*#include <sys/types.h>*/
+/*#include <sys/socket.h>*/
+/*#include <netdb.h>*/
+/*#include <ctype.h>*/
+/*#include <ndbm.h>*/
 
 /*
  * Internet version.
@@ -38,18 +45,17 @@ char        *_host_file = "/etc/hosts";
 int    _host_stayopen;
 DBM    *_host_db;      /* set by gethostbyname(), gethostbyaddr() */
 
-static char *any();
+/*static char *any();*/
+
+static char *any __P((register char *cp, char *match));
 
-sethostent(f)
-       int f;
-{
+int sethostent(f) int f; {
        if (hostf != NULL)
                rewind(hostf);
        _host_stayopen |= f;
 }
 
-endhostent()
-{
+int endhostent() {
        if (hostf) {
                fclose(hostf);
                hostf = NULL;
@@ -61,9 +67,7 @@ endhostent()
        _host_stayopen = 0;
 }
 
-struct hostent *
-gethostent()
-{
+struct hostent *gethostent() {
        char *p;
        register char *cp, **q;
 
@@ -109,17 +113,11 @@ again:
        return (&host);
 }
 
-sethostfile(file)
-       char *file;
-{
+int sethostfile(file) char *file; {
        _host_file = file;
 }
 
-static char *
-any(cp, match)
-       register char *cp;
-       char *match;
-{
+static char *any(cp, match) register char *cp; char *match; {
        register char *mp, c;
 
        while (c = *cp) {
index b32602c..8aab4c1 100644 (file)
@@ -1,3 +1,10 @@
+#include <ctype.h>
+#include <ndbm.h>
+#include <netdb.h>
+#include <stdio.h>
+#include <strings.h>
+#include <sys/file.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)gethostnamadr.c    5.5 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <netdb.h>
-#include <sys/file.h>
-#include <ndbm.h>
-#include <ctype.h>
+/*#include <stdio.h>*/
+/*#include <netdb.h>*/
+/*#include <sys/file.h>*/
+/*#include <ndbm.h>*/
+/*#include <ctype.h>*/
 
 #define        MAXALIASES      35
 
@@ -30,10 +37,9 @@ extern       char *_host_file;
 DBM    *_host_db = (DBM *)NULL;
 int    _host_stayopen; /* set by sethostent(), cleared by endhostent() */
 
-static struct hostent *
-fetchhost(key)
-       datum key;
-{
+static struct hostent *fetchhost __P((datum key));
+
+static struct hostent *fetchhost(key) datum key; {
         register char *cp, *tp, **ap;
        int naliases;
 
@@ -65,10 +71,7 @@ fetchhost(key)
         return (&host);
 }
 
-struct hostent *
-gethostbyname(nam)
-       register char *nam;
-{
+struct hostent *gethostbyname(nam) register char *nam; {
        register struct hostent *hp;
        register char **cp;
         datum key;
@@ -109,12 +112,7 @@ gethostbyname(nam)
         return (hp);
 }
 
-struct hostent *
-gethostbyaddr(addr, length, type)
-       char *addr;
-       register int length;
-       register int type;
-{
+struct hostent *gethostbyaddr(addr, length, type) char *addr; register int length; register int type; {
        register struct hostent *hp;
         datum key;
 
index 1e2d219..96adf05 100644 (file)
@@ -1,5 +1,10 @@
-#include <sys/types.h>
+#include <gen.h>
 #include <net.h>
+#include <sys/file.h>
+/*#include <sys/types.h> gen.h*/
+
+/*#include <sys/types.h>*/
+/*#include <net.h>*/
 
 u_long htonl(hostlong) u_long hostlong; {
        write(2, "htonl()\n", 8);
index 1a33707..4d57870 100644 (file)
@@ -1,7 +1,12 @@
-#include <sys/types.h>
+#include <gen.h>
 #include <net.h>
+#include <sys/file.h>
+/*#include <sys/types.h> gen.h*/
 
-u_short htons(hostshort) u_short hostshort; {
+/*#include <sys/types.h>*/
+/*#include <net.h>*/
+
+u_short htons(hostshort) int hostshort; {
        write(2, "htons()\n", 8);
        abort();
 }
index fee3aa6..d17a59e 100644 (file)
@@ -1,3 +1,16 @@
+#include <arpa/inet.h>
+/*#include <arpa/nameser.h> net.h*/
+#include <ctype.h>
+#include <net.h>
+/*#include <netdb.h> net.h*/
+/*#include <netinet/in.h> arpa/inet.h*/
+#include <resolv.h>
+/*#include <stdio.h> arpa/nameser.h*/
+#include <strings.h>
+#include <sys/errno.h>
+#include <sys/socket.h>
+/*#include <sys/types.h> arpa/inet.h*/
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)gethostnamadr.c    6.12 (Berkeley) 5/19/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <ctype.h>
-#include <netdb.h>
-#include <stdio.h>
-#include <errno.h>
-#include <arpa/inet.h>
-#include <arpa/nameser.h>
-#include <resolv.h>
+/*#include <sys/types.h>*/
+/*#include <sys/socket.h>*/
+/*#include <netinet/in.h>*/
+/*#include <ctype.h>*/
+/*#include <netdb.h>*/
+/*#include <stdio.h>*/
+/*#include <errno.h>*/
+/*#include <arpa/inet.h>*/
+/*#include <arpa/nameser.h>*/
+/*#include <resolv.h>*/
 
 #define        MAXALIASES      35
 #define MAXADDRS       35
@@ -34,7 +47,7 @@ static char line[BUFSIZ+1];
 static char hostaddr[MAXADDRS];
 static char *host_addrs[2];
 static int stayopen = 0;
-static char *any();
+/*static char *any();*/
 
 typedef union {
     HEADER qb1;
@@ -46,15 +59,13 @@ static union {
     char ac;
 } align;
 
-
 int h_errno;
 extern errno;
 
-static struct hostent *
-getanswer(msg, msglen, iquery)
-       char *msg;
-       int msglen, iquery;
-{
+static struct hostent *getanswer __P((char *msg, int msglen, int iquery));
+static char *any __P((register char *cp, char *match));
+
+static struct hostent *getanswer(msg, msglen, iquery) char *msg; int msglen; int iquery; {
        register HEADER *hp;
        register char *cp;
        register int n;
@@ -222,10 +233,7 @@ getanswer(msg, msglen, iquery)
        }
 }
 
-struct hostent *
-gethostbyname(name)
-       char *name;
-{
+struct hostent *gethostbyname(name) char *name; {
        int n;
        querybuf buf;
        register struct hostent *hp;
@@ -246,11 +254,7 @@ gethostbyname(name)
        return(hp);
 }
 
-struct hostent *
-gethostbyaddr(addr, len, type)
-       char *addr;
-       int len, type;
-{
+struct hostent *gethostbyaddr(addr, len, type) char *addr; int len; int type; {
        int n;
        querybuf buf;
        register struct hostent *hp;
@@ -286,10 +290,7 @@ gethostbyaddr(addr, len, type)
        return(hp);
 }
 
-
-_sethtent(f)
-       int f;
-{
+int _sethtent(f) int f; {
        if (hostf == NULL)
                hostf = fopen(HOSTDB, "r" );
        else
@@ -297,17 +298,14 @@ _sethtent(f)
        stayopen |= f;
 }
 
-_endhtent()
-{
+int _endhtent() {
        if (hostf && !stayopen) {
                (void) fclose(hostf);
                hostf = NULL;
        }
 }
 
-struct hostent *
-_gethtent()
-{
+struct hostent *_gethtent() {
        char *p;
        register char *cp, **q;
 
@@ -354,11 +352,7 @@ again:
        return (&host);
 }
 
-static char *
-any(cp, match)
-       register char *cp;
-       char *match;
-{
+static char *any(cp, match) register char *cp; char *match; {
        register char *mp, c;
 
        while (c = *cp) {
@@ -370,10 +364,7 @@ any(cp, match)
        return ((char *)0);
 }
 
-struct hostent *
-_gethtbyname(name)
-       char *name;
-{
+struct hostent *_gethtbyname(name) char *name; {
        register struct hostent *p;
        register char **cp;
        char lowname[128];
@@ -399,11 +390,7 @@ found:
        return (p);
 }
 
-struct hostent *
-_gethtbyaddr(addr, len, type)
-       char *addr;
-       int len, type;
-{
+struct hostent *_gethtbyaddr(addr, len, type) char *addr; int len; int type; {
        register struct hostent *p;
 
        _sethtent(0);
index 0acfe9c..614db87 100644 (file)
@@ -1,3 +1,7 @@
+/*#include <arpa/nameser.h> resolv.h*/
+#include <netdb.h>
+#include <resolv.h>
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)sethostent.c       6.3 (Berkeley) 4/10/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <arpa/nameser.h>
-#include <netinet/in.h>
-#include <resolv.h>
+/*#include <sys/types.h>*/
+/*#include <arpa/nameser.h>*/
+/*#include <netinet/in.h>*/
+/*#include <resolv.h>*/
 
-sethostent(stayopen)
-{
+int sethostent(stayopen) int stayopen; {
        if (stayopen)
                _res.options |= RES_STAYOPEN | RES_USEVC;
 }
 
-endhostent()
-{
+int endhostent() {
        _res.options &= ~(RES_STAYOPEN | RES_USEVC);
        _res_close();
 }
 
-sethostfile(name)
-char *name;
-{
+int sethostfile(name) char *name; {
 #ifdef lint
 name = name;
 #endif
index 5c0c36e..8c0f95d 100644 (file)
@@ -1,5 +1,10 @@
-#include <sys/types.h>
+#include <gen.h>
 #include <net.h>
+#include <sys/file.h>
+/*#include <sys/types.h> gen.h*/
+
+/*#include <sys/types.h>*/
+/*#include <net.h>*/
 
 u_long ntohl(netlong) u_long netlong; {
        write(2, "ntohl()\n", 8);
index 80e0941..dd0eba8 100644 (file)
@@ -1,7 +1,12 @@
-#include <sys/types.h>
+#include <gen.h>
 #include <net.h>
+#include <sys/file.h>
+/*#include <sys/types.h> gen.h*/
 
-u_short ntohs(netshort) u_short netshort; {
+/*#include <sys/types.h>*/
+/*#include <net.h>*/
+
+u_short ntohs(netshort) int netshort; {
        write(2, "ntohs()\n", 8);
        abort();
 }
index d35b25b..e96719b 100644 (file)
@@ -1,3 +1,22 @@
+#include <arpa/inet.h>
+#include <ctype.h>
+#include <net.h>
+/*#include <netdb.h> net.h*/
+/*#include <netinet/in.h> arpa/inet.h*/
+#include <pwd.h>
+/*#include <stdio.h> net.h*/
+/*#include <strings.h> sys.h*/
+#include <sys.h>
+/*#include <sys/errno.h> sys.h*/
+/*#include <sys/file.h> sys.h*/
+/*#include <sys/param.h> sys.h*/
+/*#include <sys/proc.h> sys.h*/
+/*#include <sys/signal.h> sys.h*/
+/*#include <sys/socket.h> sys.h*/
+/*#include <sys/stat.h> sys.h*/
+/*#include <sys/time.h> sys.h*/
+/*#include <sys/types.h> arpa/inet.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)rcmd.c     5.11 (Berkeley) 5/6/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <ctype.h>
-#include <pwd.h>
-#include <sys/param.h>
-#include <sys/file.h>
-#include <sys/signal.h>
-#include <sys/socket.h>
-#include <sys/stat.h>
+/*#include <stdio.h>*/
+/*#include <ctype.h>*/
+/*#include <pwd.h>*/
+/*#include <sys/param.h>*/
+/*#include <sys/file.h>*/
+/*#include <sys/signal.h>*/
+/*#include <sys/socket.h>*/
+/*#include <sys/stat.h>*/
 
-#include <netinet/in.h>
+/*#include <netinet/in.h>*/
 
-#include <netdb.h>
-#include <errno.h>
+/*#include <netdb.h>*/
+/*#include <errno.h>*/
 
 extern errno;
-char   *index(), *sprintf();
+/*char *index(), *sprintf();*/
 
-rcmd(ahost, rport, locuser, remuser, cmd, fd2p)
-       char **ahost;
-       u_short rport;
-       char *locuser, *remuser, *cmd;
-       int *fd2p;
-{
+int rcmd(ahost, rport, locuser, remuser, cmd, fd2p) char **ahost; int rport; char *locuser; char *remuser; char *cmd; int *fd2p; {
        int s, timo = 1, pid, oldmask;
        struct sockaddr_in sin, sin2, from;
        char c;
@@ -149,9 +163,7 @@ bad:
        return (-1);
 }
 
-rresvport(alport)
-       int *alport;
-{
+int rresvport(alport) int *alport; {
        struct sockaddr_in sin;
        int s;
 
@@ -177,11 +189,7 @@ rresvport(alport)
        }
 }
 
-ruserok(rhost, superuser, ruser, luser)
-       char *rhost;
-       int superuser;
-       char *ruser, *luser;
-{
+int ruserok(rhost, superuser, ruser, luser) char *rhost; int superuser; char *ruser; char *luser; {
        FILE *hostf;
        char fhost[MAXHOSTNAMELEN];
        int first = 1;
@@ -231,11 +239,7 @@ again:
        return (-1);
 }
 
-_validuser(hostf, rhost, luser, ruser, baselen)
-char *rhost, *luser, *ruser;
-FILE *hostf;
-int baselen;
-{
+int _validuser(hostf, rhost, luser, ruser, baselen) FILE *hostf; char *rhost; char *luser; char *ruser; int baselen; {
        char *user;
        char ahost[MAXHOSTNAMELEN];
        register char *p;
@@ -264,10 +268,7 @@ int baselen;
        return (-1);
 }
 
-_checkhost(rhost, lhost, len)
-char *rhost, *lhost;
-int len;
-{
+int _checkhost(rhost, lhost, len) char *rhost; char *lhost; int len; {
        static char ldomain[MAXHOSTNAMELEN + 1];
        static char *domainp = NULL;
        register char *cp;
index 4047129..96b8b68 100644 (file)
@@ -1,3 +1,6 @@
+#include <arpa/nameser.h>
+/*#include <sys/types.h> arpa/nameser.h*/
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,12 +9,11 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)res_comp.c 6.7 (Berkeley) 3/11/86";
-#endif LIBC_SCCS and not lint
-
-#include <sys/types.h>
-#include <stdio.h>
-#include <arpa/nameser.h>
+#endif
 
+/*#include <sys/types.h>*/
+/*#include <stdio.h>*/
+/*#include <arpa/nameser.h>*/
 
 /*
  * Expand compressed domain name 'comp_dn' to full domain name.
@@ -20,10 +22,7 @@ static char sccsid[] = "@(#)res_comp.c       6.7 (Berkeley) 3/11/86";
  * 'exp_dn' is a pointer to a buffer of size 'length' for the result.
  * Return size of compressed name or -1 if there was an error.
  */
-dn_expand(msg, eomorig, comp_dn, exp_dn, length)
-       char *msg, *eomorig, *comp_dn, *exp_dn;
-       int length;
-{
+int dn_expand(msg, eomorig, comp_dn, exp_dn, length) char *msg; char *eomorig; char *comp_dn; char *exp_dn; int length; {
        register char *cp, *dn;
        register int n, c;
        char *eom;
@@ -90,11 +89,7 @@ dn_expand(msg, eomorig, comp_dn, exp_dn, length)
  * If 'dnptr' is NULL, we don't try to compress names. If 'lastdnptr'
  * is NULL, we don't update the list.
  */
-dn_comp(exp_dn, comp_dn, length, dnptrs, lastdnptr)
-       char *exp_dn, *comp_dn;
-       int length;
-       char **dnptrs, **lastdnptr;
-{
+int dn_comp(exp_dn, comp_dn, length, dnptrs, lastdnptr) char *exp_dn; char *comp_dn; int length; char **dnptrs; char **lastdnptr; {
        register char *cp, *dn;
        register int c, l;
        char **cpp, **lpp, *sp, *eob;
@@ -159,9 +154,7 @@ dn_comp(exp_dn, comp_dn, length, dnptrs, lastdnptr)
 /*
  * Skip over a compressed domain name. Return the size or -1.
  */
-dn_skip(comp_dn)
-       char *comp_dn;
-{
+int dn_skip(comp_dn) char *comp_dn; {
        register char *cp;
        register int n;
 
@@ -188,10 +181,7 @@ dn_skip(comp_dn)
  * Search for expanded name from a list of previously compressed names.
  * Return the offset from msg if found or -1.
  */
-dn_find(exp_dn, msg, dnptrs, lastdnptr)
-       char *exp_dn, *msg;
-       char **dnptrs, **lastdnptr;
-{
+int dn_find(exp_dn, msg, dnptrs, lastdnptr) char *exp_dn; char *msg; char **dnptrs; char **lastdnptr; {
        register char *dn, *cp, **cpp;
        register int n;
        char *sp;
@@ -237,10 +227,7 @@ dn_find(exp_dn, msg, dnptrs, lastdnptr)
  * advantage of being portable.
  */
 
-u_short
-getshort(msgp)
-       char *msgp;
-{
+u_short getshort(msgp) char *msgp; {
        register u_char *p = (u_char *) msgp;
 #ifdef vax
        /*
@@ -255,10 +242,7 @@ getshort(msgp)
        return ((u_short)(u | *p));
 }
 
-u_long
-getlong(msgp)
-       char *msgp;
-{
+u_long getlong(msgp) char *msgp; {
        register u_char *p = (u_char *) msgp;
        register u_long u;
 
@@ -268,20 +252,13 @@ getlong(msgp)
        return (u | *p);
 }
 
-
-putshort(s, msgp)
-       register u_short s;
-       register char *msgp;
-{
+int putshort(s, msgp) int s; register char *msgp; {
 
        msgp[1] = s;
        msgp[0] = s >> 8;
 }
 
-putlong(l, msgp)
-       register u_long l;
-       register char *msgp;
-{
+int putlong(l, msgp) register u_long l; register char *msgp; {
 
        msgp[3] = l;
        msgp[2] = (l >>= 8);
index 1238698..e1775b7 100644 (file)
@@ -1,3 +1,11 @@
+#include <arpa/inet.h>
+/*#include <arpa/nameser.h> net.h*/
+#include <net.h>
+/*#include <netinet/in.h> arpa/inet.h*/
+/*#include <stdio.h> arpa/nameser.h*/
+#include <strings.h>
+/*#include <sys/types.h> arpa/inet.h*/
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)res_debug.c        5.13 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 #if defined(lint) && !defined(DEBUG)
 #define DEBUG
 #endif
 
-#include <sys/types.h>
-#include <netinet/in.h>
-#include <stdio.h>
-#include <arpa/nameser.h>
+/*#include <sys/types.h>*/
+/*#include <netinet/in.h>*/
+/*#include <stdio.h>*/
+/*#include <arpa/nameser.h>*/
 
-extern char *p_cdname(), *p_rr(), *p_type(), *p_class();
-extern char *inet_ntoa();
+/*extern char *p_cdname(), *p_rr(), *p_type(), *p_class();*/
+/*extern char *inet_ntoa();*/
 
 char *opcodes[] = {
        "QUERY",
@@ -58,9 +66,7 @@ char *rcodes[] = {
        "NOCHANGE",
 };
 
-p_query(msg)
-       char *msg;
-{
+int p_query(msg) char *msg; {
 #ifdef DEBUG
        fp_query(msg,stdout);
 #endif
@@ -70,10 +76,7 @@ p_query(msg)
  * Print the contents of a query.
  * This is intended to be primarily a debugging routine.
  */
-fp_query(msg,file)
-       char *msg;
-       FILE *file;
-{
+int fp_query(msg, file) char *msg; FILE *file; {
 #ifdef DEBUG
        register char *cp;
        register HEADER *hp;
@@ -160,11 +163,7 @@ fp_query(msg,file)
 #endif
 }
 
-char *
-p_cdname(cp, msg, file)
-       char *cp, *msg;
-       FILE *file;
-{
+char *p_cdname(cp, msg, file) char *cp; char *msg; FILE *file; {
 #ifdef DEBUG
        char name[MAXDNAME];
        int n;
@@ -183,11 +182,7 @@ p_cdname(cp, msg, file)
 /*
  * Print resource record fields in human readable form.
  */
-char *
-p_rr(cp, msg, file)
-       char *cp, *msg;
-       FILE *file;
-{
+char *p_rr(cp, msg, file) char *cp; char *msg; FILE *file; {
 #ifdef DEBUG
        int type, class, dlen, n, c;
        struct in_addr inaddr;
@@ -232,7 +227,7 @@ p_rr(cp, msg, file)
 #ifdef OLDRR
        case T_MD:
        case T_MF:
-#endif /* OLDRR */
+#endif
        case T_MG:
        case T_MR:
        case T_NS:
@@ -330,15 +325,12 @@ p_rr(cp, msg, file)
 static char nbuf[20];
 /* we have taken the portable sprintf() from 4.3tahoe */
 /*extern       char *sprintf();*/
-extern int sprintf();
+/*extern       int sprintf();*/
 
 /*
  * Return a string for the type
  */
-char *
-p_type(type)
-       int type;
-{
+char *p_type(type) int type; {
        switch (type) {
        case T_A:
                return("A");
@@ -349,7 +341,7 @@ p_type(type)
                return("MD");
        case T_MF:              /* mail forwarder */
                return("MF");
-#endif /* OLDRR */
+#endif
        case T_CNAME:           /* connonical name */
                return("CNAME");
        case T_SOA:             /* start of authority zone */
@@ -397,10 +389,7 @@ p_type(type)
 /*
  * Return a mnemonic for class
  */
-char *
-p_class(class)
-       int class;
-{
+char *p_class(class) int class; {
 
        switch (class) {
        case C_IN:              /* internet class */
index 306959e..feaf59b 100644 (file)
@@ -1,3 +1,15 @@
+#include <arpa/inet.h>
+/*#include <arpa/nameser.h> net.h*/
+#include <gen.h>
+#include <net.h>
+/*#include <netinet/in.h> arpa/inet.h*/
+#include <resolv.h>
+/*#include <stdio.h> arpa/nameser.h*/
+/*#include <strings.h> gen.h*/
+#include <sys.h>
+/*#include <sys/socket.h> sys.h*/
+/*#include <sys/types.h> arpa/inet.h*/
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)res_init.c 6.5 (Berkeley) 4/11/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <stdio.h>
-#include <arpa/nameser.h>
-#include <resolv.h>
+/*#include <sys/types.h>*/
+/*#include <sys/socket.h>*/
+/*#include <netinet/in.h>*/
+/*#include <stdio.h>*/
+/*#include <arpa/nameser.h>*/
+/*#include <resolv.h>*/
 
 /*
  * Resolver configuration file. Contains the address of the
@@ -52,8 +64,7 @@ struct state _res = {
  *
  * Return 0 if completes successfully, -1 on error
  */
-res_init()
-{
+int res_init() {
     register FILE *fp;
     char buf[BUFSIZ], *cp;
     extern u_long inet_addr();
@@ -61,7 +72,7 @@ res_init()
     extern char *strcpy(), *strncpy();
 #ifdef DEBUG
     extern char *getenv();
-#endif DEBUG
+#endif
     int n = 0;    /* number of nameserver records read from file */
 
     _res.nsaddr.sin_addr.s_addr = INADDR_ANY;
@@ -104,7 +115,7 @@ res_init()
 #ifdef DEBUG
                     if ( _res.options & RES_DEBUG )
                         printf("MAXNS reached, reading resolv.conf\n");
-#endif DEBUG
+#endif
                 }
                 continue;
             }
@@ -123,7 +134,7 @@ res_init()
     /* Allow user to override the local domain definition */
     if ((cp = getenv("LOCALDOMAIN")) != NULL)
         (void)strncpy(_res.defdname, cp, sizeof(_res.defdname));
-#endif DEBUG
+#endif
     _res.options |= RES_INIT;
     return(0);
 }
index 0f0c8b5..a81e2cd 100644 (file)
@@ -1,3 +1,10 @@
+/*#include <arpa/nameser.h> net.h*/
+#include <net.h>
+#include <resolv.h>
+/*#include <stdio.h> arpa/nameser.h*/
+#include <strings.h>
+/*#include <sys/types.h> arpa/nameser.h*/
+
 /*
  * Copyright (c) 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)res_mkquery.c      6.3 (Berkeley) 3/17/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <sys/types.h>
-#include <netinet/in.h>
-#include <arpa/nameser.h>
-#include <resolv.h>
+/*#include <stdio.h>*/
+/*#include <sys/types.h>*/
+/*#include <netinet/in.h>*/
+/*#include <arpa/nameser.h>*/
+/*#include <resolv.h>*/
 
 /* we have taken the portable sprintf() from 4.3tahoe */
 /*extern       char *sprintf();*/
-extern int sprintf();
-
+/*extern       int sprintf();*/
 
 /*
  * Form all types of queries.
  * Returns the size of the result or -1.
  */
-res_mkquery(op, dname, class, type, data, datalen, newrr, buf, buflen)
-       int op;                 /* opcode of query */
-       char *dname;            /* domain name */
-       int class, type;        /* class and type of query */
-       char *data;             /* resource record data */
-       int datalen;            /* length of data */
-       struct rrec *newrr;     /* new rr for modify or append */
-       char *buf;              /* buffer to put query */
-       int buflen;             /* size of buffer */
-{
+int res_mkquery(op, dname, class, type, data, datalen, newrr, buf, buflen) int op;                     /* opcode of query */ char *dname;              /* domain name */ int class; int type;  /* class and type of query */ char *data;               /* resource record data */ int datalen;         /* length of data */ struct rrec *newrr;        /* new rr for modify or append */ char *buf;            /* buffer to put query */ int buflen;           /* size of buffer */ {
        register HEADER *hp;
        register char *cp;
        register int n;
@@ -43,7 +40,7 @@ res_mkquery(op, dname, class, type, data, datalen, newrr, buf, buflen)
 #ifdef DEBUG
        if (_res.options & RES_DEBUG)
                printf("res_mkquery(%d, %s, %d, %d)\n", op, dname, class, type);
-#endif DEBUG
+#endif
        /*
         * Initialize header fields.
         */
index 8cdd9a2..8018393 100644 (file)
@@ -1,3 +1,16 @@
+#include <arpa/inet.h>
+/*#include <arpa/nameser.h> net.h*/
+#include <net.h>
+#include <resolv.h>
+/*#include <stdio.h> arpa/nameser.h*/
+/*#include <sys/errno.h> sys/file.h*/
+#include <sys/file.h>
+/*#include <sys/param.h> sys/file.h*/
+#include <sys/select.h>
+#include <sys/socket.h>
+/*#include <sys/time.h> sys/select.h*/
+/*#include <sys/types.h> arpa/inet.h*/
+#include <sys/uio.h>
 
 /*
  * Copyright (c) 1985 Regents of the University of California.
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)res_send.c 6.14 (Berkeley) 7/2/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Send query to name server and wait for reply.
  */
 
-#include <sys/param.h>
-#include <sys/time.h>
-#include <sys/socket.h>
-#include <sys/uio.h>
-#include <netinet/in.h>
-#include <stdio.h>
-#include <errno.h>
-#include <arpa/nameser.h>
-#include <resolv.h>
+/*#include <sys/param.h>*/
+/*#include <sys/time.h>*/
+/*#include <sys/socket.h>*/
+/*#include <sys/uio.h>*/
+/*#include <netinet/in.h>*/
+/*#include <stdio.h>*/
+/*#include <errno.h>*/
+/*#include <arpa/nameser.h>*/
+/*#include <resolv.h>*/
 
 extern int errno;
 
@@ -29,12 +42,7 @@ static int s = -1;   /* socket used for communications */
 
 #define KEEPOPEN (RES_USEVC|RES_STAYOPEN)
 
-res_send(buf, buflen, answer, anslen)
-       char *buf;
-       int buflen;
-       char *answer;
-       int anslen;
-{
+int res_send(buf, buflen, answer, anslen) char *buf; int buflen; char *answer; int anslen; {
        register int n;
        int retry, v_circuit, resplen, ns;
        int gotsomewhere = 0;
@@ -52,7 +60,7 @@ res_send(buf, buflen, answer, anslen)
                printf("res_send()\n");
                p_query(buf);
        }
-#endif DEBUG
+#endif
        if (!(_res.options & RES_INIT))
                if (res_init() == -1) {
                        return(-1);
@@ -68,7 +76,7 @@ res_send(buf, buflen, answer, anslen)
                if (_res.options & RES_DEBUG)
                        printf("Querying server (# %d) address = %s\n", ns+1,
                              inet_ntoa(_res.nsaddr_list[ns].sin_addr.s_addr));
-#endif DEBUG
+#endif
                if (v_circuit) {
                        /*
                         * Use virtual circuit.
@@ -80,7 +88,7 @@ res_send(buf, buflen, answer, anslen)
 #ifdef DEBUG
                                        if (_res.options & RES_DEBUG)
                                            perror("socket failed");
-#endif DEBUG
+#endif
                                        continue;
                                }
                                if (connect(s, (struct sockaddr *)&(_res.nsaddr_list[ns]),
@@ -89,7 +97,7 @@ res_send(buf, buflen, answer, anslen)
 #ifdef DEBUG
                                        if (_res.options & RES_DEBUG)
                                            perror("connect failed");
-#endif DEBUG
+#endif
                                        (void) close(s);
                                        s = -1;
                                        continue;
@@ -108,7 +116,7 @@ res_send(buf, buflen, answer, anslen)
 #ifdef DEBUG
                                if (_res.options & RES_DEBUG)
                                        perror("write failed");
-#endif DEBUG
+#endif
                                (void) close(s);
                                s = -1;
                                continue;
@@ -128,7 +136,7 @@ res_send(buf, buflen, answer, anslen)
 #ifdef DEBUG
                                if (_res.options & RES_DEBUG)
                                        perror("read failed");
-#endif DEBUG
+#endif
                                (void) close(s);
                                s = -1;
                                continue;
@@ -145,7 +153,7 @@ res_send(buf, buflen, answer, anslen)
 #ifdef DEBUG
                                if (_res.options & RES_DEBUG)
                                        perror("read failed");
-#endif DEBUG
+#endif
                                (void) close(s);
                                s = -1;
                                continue;
@@ -163,19 +171,19 @@ res_send(buf, buflen, answer, anslen)
 #ifdef DEBUG
                                if (_res.options & RES_DEBUG)
                                        perror("connect");
-#endif DEBUG
+#endif
                                continue;
                        }
-#else BSD
+#else
                        if (sendto(s, buf, buflen, 0, &_res.nsaddr_list[ns],
                            sizeof(struct sockaddr)) != buflen) {
 #ifdef DEBUG
                                if (_res.options & RES_DEBUG)
                                        perror("sendto");
-#endif DEBUG
+#endif
                                continue;
                        }
-#endif BSD
+#endif
                        /*
                         * Wait for reply
                         */
@@ -193,7 +201,7 @@ wait:
 #ifdef DEBUG
                                if (_res.options & RES_DEBUG)
                                        perror("select");
-#endif DEBUG
+#endif
                                continue;
                        }
                        if (n == 0) {
@@ -203,7 +211,7 @@ wait:
 #ifdef DEBUG
                                if (_res.options & RES_DEBUG)
                                        printf("timeout\n");
-#endif DEBUG
+#endif
                                gotsomewhere = 1;
                                continue;
                        }
@@ -211,7 +219,7 @@ wait:
 #ifdef DEBUG
                                if (_res.options & RES_DEBUG)
                                        perror("recvfrom");
-#endif DEBUG
+#endif
                                continue;
                        }
                        gotsomewhere = 1;
@@ -224,7 +232,7 @@ wait:
                                        printf("old answer:\n");
                                        p_query(answer);
                                }
-#endif DEBUG
+#endif
                                goto wait;
                        }
                        if (!(_res.options & RES_IGNTC) && anhp->tc) {
@@ -234,7 +242,7 @@ wait:
 #ifdef DEBUG
                                if (_res.options & RES_DEBUG)
                                        printf("truncated answer\n");
-#endif DEBUG
+#endif
                                (void) close(s);
                                s = -1;
                                /*
@@ -251,7 +259,7 @@ wait:
                        printf("got answer:\n");
                        p_query(answer);
                }
-#endif DEBUG
+#endif
                /*
                 * We are going to assume that the first server is preferred
                 * over the rest (i.e. it is on the local machine) and only
@@ -287,8 +295,7 @@ wait:
  *
  * This routine is not expected to be user visible.
  */
-_res_close()
-{
+int _res_close() {
        if (s != -1) {
                (void) close(s);
                s = -1;
index 39198ca..4dea98e 100644 (file)
@@ -1,3 +1,14 @@
+#include <net.h>
+/*#include <netdb.h> net.h*/
+#include <netinet/in.h>
+/*#include <stdio.h> net.h*/
+#include <strings.h>
+/*#include <sys/errno.h> sys/file.h*/
+#include <sys/file.h>
+#include <sys/socket.h>
+#include <sys/time.h>
+/*#include <sys/types.h> net.h*/
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)rexec.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <sys/socket.h>
+/*#include <sys/types.h>*/
+/*#include <sys/socket.h>*/
 
-#include <netinet/in.h>
+/*#include <netinet/in.h>*/
 
-#include <stdio.h>
-#include <netdb.h>
-#include <errno.h>
+/*#include <stdio.h>*/
+/*#include <netdb.h>*/
+/*#include <errno.h>*/
 
 extern errno;
-char   *index(), *sprintf();
+/*char *index(), *sprintf();*/
 int    rexecoptions;
-char   *getpass(), *getlogin();
+/*char *getpass(), *getlogin();*/
 
-rexec(ahost, rport, name, pass, cmd, fd2p)
-       char **ahost;
-       int rport;
-       char *name, *pass, *cmd;
-       int *fd2p;
-{
+int rexec(ahost, rport, name, pass, cmd, fd2p) char **ahost; int rport; char *name; char *pass; char *cmd; int *fd2p; {
        int s, timo = 1, s3;
        struct sockaddr_in sin, sin2, from;
        char c;
index ad8a2bd..dfbf02e 100644 (file)
@@ -1,3 +1,14 @@
+/*#include <ctype.h> gen.h*/
+#include <gen.h>
+#include <net.h>
+/*#include <stdio.h> net.h*/
+/*#include <strings.h> gen.h*/
+/*#include <sys/errno.h> gen.h*/
+#include <sys/file.h>
+#include <sys/ioctl.h>
+#include <sys/stat.h>
+/*#include <utmp.h> gen.h*/
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ruserpass.c        5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <utmp.h>
-#include <ctype.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <errno.h>
+/*#include <stdio.h>*/
+/*#include <utmp.h>*/
+/*#include <ctype.h>*/
+/*#include <sys/types.h>*/
+/*#include <sys/stat.h>*/
+/*#include <errno.h>*/
 
-char   *renvlook(), *malloc(), *index(), *getenv(), *getpass(), *getlogin();
-struct utmp *getutmp();
+/*char *renvlook(), *malloc(), *index(), *getenv(), *getpass(), *getlogin();*/
+/*struct       utmp *getutmp();*/
 static FILE *cfile;
 
-void
-ruserpass(host, aname, apass)
-       char *host, **aname, **apass;
-{
+static void renv __P((char *host, char **aname, char **apass));
+static char *renvlook __P((char *host));
+static void rnetrc __P((char *host, char **aname, char **apass));
+static token __P((void));
+static char *nbsencrypt __P((char *str, char *key, char *result));
+static char *nbsdecrypt __P((char *cpt, char *key, char *result));
+static char *nbs8encrypt __P((char *str, char *key));
+static char *nbs8decrypt __P((char *crp, char *key));
+static enblkclr __P((char *blk, char *str));
+static char *deblkclr __P((char *blk));
+static enblknot __P((char *blk, char *crp));
+static char *deblknot __P((char *blk));
+static void nbssetkey __P((char *key));
+static void blkencrypt __P((char *block, int edflag));
+static struct utmp *getutmp __P((char *sttyname));
+static void sreverse __P((register char *sto, register char *sfrom));
+static char *mkenvkey __P((int mch));
+
+void ruserpass(host, aname, apass) char *host; char **aname; char **apass; {
 
        renv(host, aname, apass);
        if (*aname == 0 || *apass == 0)
@@ -47,10 +73,7 @@ ruserpass(host, aname, apass)
        }
 }
 
-static void
-renv(host, aname, apass)
-       char *host, **aname, **apass;
-{
+static void renv(host, aname, apass) char *host; char **aname; char **apass; {
        register char *cp;
        char *stemp, fgetlogin, *comma;
 
@@ -75,10 +98,7 @@ renv(host, aname, apass)
        mkpwclear(cp, host[0], *apass);
 }
 
-static char *
-renvlook(host)
-       char *host;
-{
+static char *renvlook(host) char *host; {
        register char *cp, **env;
        extern char **environ;
 
@@ -128,10 +148,7 @@ static struct toktab {
        0,              0
 };
 
-static void
-rnetrc(host, aname, apass)
-       char *host, **aname, **apass;
-{
+static void rnetrc(host, aname, apass) char *host; char **aname; char **apass; {
        char *hdir, buf[BUFSIZ];
        int t;
        struct stat stb;
@@ -197,9 +214,7 @@ done:
        fclose(cfile);
 }
 
-static
-token()
-{
+static token() {
        char *cp;
        int c;
        struct toktab *t;
@@ -237,8 +252,8 @@ token()
 }
 /* rest is nbs.c stolen from berknet */
 
-char *deblknot(), *deblkclr();
-char *nbs8decrypt(), *nbs8encrypt();
+/*char *deblknot(), *deblkclr();*/
+/*char *nbs8decrypt(), *nbs8encrypt();*/
 static char    E[48];
 
 /*
@@ -254,10 +269,7 @@ static char        e[] = {
        24,25,26,27,28,29,
        28,29,30,31,32, 1,
 };
-static
-char *nbsencrypt(str,key,result)
-  char *result;
-  char *str, *key; {
+static char *nbsencrypt(str, key, result) char *str; char *key; char *result; {
        static char buf[20],oldbuf[20];
        register int j;
        result[0] = 0;
@@ -271,10 +283,7 @@ char *nbsencrypt(str,key,result)
                }
        return(result);
        }
-static
-char *nbsdecrypt(cpt,key,result)
-  char *result;
-  char *cpt,*key; {
+static char *nbsdecrypt(cpt, key, result) char *cpt; char *key; char *result; {
        char *s;
        char c,oldbuf[20];
        result[0] = 0;
@@ -291,9 +300,7 @@ char *nbsdecrypt(cpt,key,result)
        return(result);
        }
 
-static
-char *nbs8encrypt(str,key)
-char *str, *key; {
+static char *nbs8encrypt(str, key) char *str; char *key; {
        static char keyblk[100], blk[100];
        register int i;
 
@@ -307,9 +314,7 @@ char *str, *key; {
        return(deblknot(blk));
 }
 
-static
-char *nbs8decrypt(crp,key)
-char *crp, *key; {
+static char *nbs8decrypt(crp, key) char *crp; char *key; {
        static char keyblk[100], blk[100];
        register int i;
 
@@ -323,9 +328,7 @@ char *crp, *key; {
        return(deblkclr(blk));
 }
 
-static
-enblkclr(blk,str)              /* ignores top bit of chars in string str */
-char *blk,*str; {
+static enblkclr(blk, str)              /* ignores top bit of chars in string str */ char *blk; char *str; {
        register int i,j;
        char c;
        for(i=0;i<70;i++)blk[i] = 0;
@@ -336,9 +339,7 @@ char *blk,*str; {
                }
        }
 
-static
-char *deblkclr(blk)
-char *blk; {
+static char *deblkclr(blk) char *blk; {
        register int i,j;
        char c;
        static char iobuf[30];
@@ -354,10 +355,7 @@ char *blk; {
        return(iobuf);
        }
 
-static
-enblknot(blk,crp)
-char *blk;
-char *crp; {
+static enblknot(blk, crp) char *blk; char *crp; {
        register int i,j;
        char c;
        for(i=0;i<70;i++)blk[i] = 0;
@@ -370,9 +368,7 @@ char *crp; {
                }
        }
 
-static
-char *deblknot(blk)
-char *blk; {
+static char *deblknot(blk) char *blk; {
        register int i,j;
        char c;
        static char iobuf[30];
@@ -487,10 +483,7 @@ static     char    KS[16][48];
  * Set up the key schedule from the key.
  */
 
-static void
-nbssetkey(key)
-char *key;
-{
+static void nbssetkey(key) char *key; {
        register i, j, k;
        int t;
 
@@ -533,7 +526,6 @@ char *key;
        }
 }
 
-
 /*
  * The 8 selection functions.
  * For some reason, they give a 0-origin
@@ -612,10 +604,7 @@ static     char    preS[48];
  * The payoff: encrypt a block.
  */
 
-static void
-blkencrypt(block, edflag)
-char *block;
-{
+static void blkencrypt(block, edflag) char *block; int edflag; {
        int i, ii;
        register t, j, k;
 
@@ -707,10 +696,7 @@ char *block;
        Is version independent-- will work on v6 systems
        return NULL if error
 */
-static
-struct utmp *getutmp(sttyname)
-char *sttyname;
-{
+static struct utmp *getutmp(sttyname) char *sttyname; {
        static struct utmp utmpstr;
        FILE *fdutmp;
 
@@ -728,10 +714,7 @@ char *sttyname;
        return(NULL);
 }
 
-static void
-sreverse(sto, sfrom)
-       register char *sto, *sfrom;
-{
+static void sreverse(sto, sfrom) register char *sto; register char *sfrom; {
        register int i;
 
        i = strlen(sfrom);
@@ -739,10 +722,7 @@ sreverse(sto, sfrom)
                *sto++ = sfrom[i--];
 }
 
-static
-char *mkenvkey(mch)
-       char mch;
-{
+static char *mkenvkey(mch) int mch; {
        static char skey[40];
        register struct utmp *putmp;
        char stemp[40], stemp1[40], sttyname[30];
@@ -773,10 +753,7 @@ char *mkenvkey(mch)
        return (skey);
 }
 
-void
-mkpwunclear(spasswd,mch,sencpasswd)
-       char mch, *spasswd, *sencpasswd;
-{
+void mkpwunclear(spasswd, mch, sencpasswd) char *spasswd; int mch; char *sencpasswd; {
        register char *skey;
 
        if (spasswd[0] == 0) {
@@ -791,10 +768,7 @@ mkpwunclear(spasswd,mch,sencpasswd)
        nbsencrypt(spasswd, skey, sencpasswd);
 }
 
-void
-mkpwclear(sencpasswd,mch,spasswd)
-       char mch, *spasswd, *sencpasswd;
-{
+void mkpwclear(sencpasswd, mch, spasswd) char *sencpasswd; int mch; char *spasswd; {
        register char *skey;
 
        if (sencpasswd[0] == 0) {
index 0bd83ed..2387daf 100644 (file)
@@ -1,3 +1,9 @@
+#include <net.h>
+#include <netns/ns.h>
+/*#include <stdio.h> net.h*/
+#include <strings.h>
+/*#include <sys/types.h> net.h*/
+
 /*
  * Copyright (c) 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ns_addr.c  6.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <netns/ns.h>
+/*#include <sys/types.h>*/
+/*#include <netns/ns.h>*/
 
 static struct ns_addr addr, zero_addr;
 
-struct ns_addr 
-ns_addr(name)
-       char *name;
-{
+static void Field __P((char *buf, u_char *out, int len));
+static cvtbase __P((int oldbase, int newbase, int input[], int inlen, unsigned char result[], int reslen));
+
+struct ns_addr ns_addr(name) char *name; {
        u_long net;
        u_short socket;
        char separator = '.';
@@ -63,12 +69,7 @@ ns_addr(name)
        return (addr);
 }
 
-static void
-Field(buf, out, len)
-char *buf;
-u_char *out;
-int len;
-{
+static void Field(buf, out, len) char *buf; u_char *out; int len; {
        register char *bp = buf;
        int i, ibase, base16 = 0, base10 = 0, clen = 0;
        int hb[6], *hp;
@@ -167,14 +168,7 @@ int len;
        cvtbase(ibase, 256, hb, i, out, len);
 }
 
-static
-cvtbase(oldbase,newbase,input,inlen,result,reslen)
-       int oldbase, newbase;
-       int input[];
-       int inlen;
-       unsigned char result[];
-       int reslen;
-{
+static cvtbase(oldbase, newbase, input, inlen, result, reslen) int oldbase; int newbase; int input[]; int inlen; unsigned char result[]; int reslen; {
        int d, e;
        long sum;
 
index f72ca71..d877876 100644 (file)
@@ -1,3 +1,8 @@
+#include <net.h>
+#include <netns/ns.h>
+/*#include <stdio.h> net.h*/
+/*#include <sys/types.h> net.h*/
+
 /*
  * Copyright (c) 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ns_ntoa.c  6.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <netns/ns.h>
+/*#include <sys/types.h>*/
+/*#include <netns/ns.h>*/
+
+static char *spectHex __P((char *p0));
 
-char *
-ns_ntoa(addr)
-struct ns_addr addr;
-{
+char *ns_ntoa(addr) struct ns_addr addr; {
        static char obuf[40];
        char *spectHex();
        union { union ns_net net_e; u_long long_e; } net;
@@ -50,10 +54,7 @@ struct ns_addr addr;
        return (obuf);
 }
 
-static char *
-spectHex(p0)
-char *p0;
-{
+static char *spectHex(p0) char *p0; {
        int ok = 0;
        int nonzero = 0;
        register char *p = p0;
index baaede2..99234f3 100644 (file)
@@ -1,12 +1,12 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)clrerr.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
+/*#include <stdio.h>*/
 #undef clearerr
 
-clearerr(iop)
-       register FILE *iop;
-{
+int clearerr(iop) register FILE *iop; {
        iop->_flag &= ~(_IOERR|_IOEOF);
 }
index 3aa00db..a84cd95 100644 (file)
@@ -1,3 +1,17 @@
+#include <ctype.h>
+#include <math.h>
+#include <memory.h>
+#include <stdio.h>
+#include <strings.h>
+/*#include <sys/types.h> stdio.h*/
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
+#include <varargs.h>
+#define _va_start(argp, arg) va_start(argp)
+#endif
+
 /*
  * Copyright (c) 1988 Regents of the University of California.
  * All rights reserved.
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)doprnt.c   5.35 (Berkeley) 6/27/88";
-#endif /* LIBC_SCCS and not lint */
+#endif
 
-#include <sys/types.h>
-#include <varargs.h>
-#include <stdio.h>
-#include <ctype.h>
+/*#include <sys/types.h>*/
+/*#include <varargs.h>*/
+/*#include <stdio.h>*/
+/*#include <ctype.h>*/
 
 /* 11-bit exponent (VAX G floating point) is 308 decimal digits */
 #define        MAXEXP          308
@@ -53,11 +67,11 @@ static char sccsid[] = "@(#)doprnt.c        5.35 (Berkeley) 6/27/88";
 #define        ZEROPAD         0x20            /* zero (as opposed to blank) pad */
 #define        HEXPREFIX       0x40            /* add 0x or 0X prefix */
 
-_doprnt(fmt0, argp, fp)
-       u_char *fmt0;
-       va_list argp;
-       register FILE *fp;
-{
+static cvt __P((double number, register int prec, int flags, char *signp, int fmtch, char *startp, char *endp));
+static char *round __P((double fract, int *exp, register char *start, register char *end, int ch, char *signp));
+static char *exponent __P((register char *p, register int exp, int fmtch));
+
+int _doprnt(fmt0, argp, fp) u_char *fmt0; va_list argp; register FILE *fp; {
        register u_char *fmt;   /* format string */
        register int ch;        /* character from fmt */
        register int cnt;       /* return value accumulator */
@@ -403,14 +417,7 @@ pforw:
        /* NOTREACHED */
 }
 
-static
-cvt(number, prec, flags, signp, fmtch, startp, endp)
-       double number;
-       register int prec;
-       int flags;
-       u_char fmtch;
-       char *signp, *startp, *endp;
-{
+static cvt(number, prec, flags, signp, fmtch, startp, endp) double number; register int prec; int flags; char *signp; int fmtch; char *startp; char *endp; {
        register char *p, *t;
        register double fract;
        int dotrim, expcnt, gformat;
@@ -589,13 +596,7 @@ eformat:   if (expcnt) {
        return(t - startp);
 }
 
-static char *
-round(fract, exp, start, end, ch, signp)
-       double fract;
-       int *exp;
-       register char *start, *end;
-       char ch, *signp;
-{
+static char *round(fract, exp, start, end, ch, signp) double fract; int *exp; register char *start; register char *end; int ch; char *signp; {
        double tmp;
 
        if (fract)
@@ -634,12 +635,7 @@ round(fract, exp, start, end, ch, signp)
        return(start);
 }
 
-static char *
-exponent(p, exp, fmtch)
-       register char *p;
-       register int exp;
-       u_char fmtch;
-{
+static char *exponent(p, exp, fmtch) register char *p; register int exp; int fmtch; {
        register char *t;
        char expbuf[MAXEXP];
 
index ed2ec05..7a8f05d 100644 (file)
@@ -1,10 +1,21 @@
+#include <ctype.h>
+#include <math.h>
+#include <stdio.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
+#include <varargs.h>
+#define _va_start(argp, arg) va_start(argp)
+#endif
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)doscan.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <ctype.h>
-#include <varargs.h>
+/*#include <stdio.h>*/
+/*#include <ctype.h>*/
+/*#include <varargs.h>*/
 
 #define        SPC     01
 #define        STP     02
@@ -15,7 +26,7 @@ static char sccsid[] = "@(#)doscan.c  5.2 (Berkeley) 3/9/86";
 #define        INT     0
 #define        FLOAT   1
 
-static char *_getccl();
+/*static char *_getccl();*/
 
 static char _sctab[256] = {
        0,0,0,0,0,0,0,0,
@@ -28,11 +39,11 @@ static char _sctab[256] = {
        0,0,0,0,0,0,0,0,
 };
 
-_doscan(iop, fmt, argp)
-FILE *iop;
-register char *fmt;
-register va_list argp;
-{
+static _innum __P((int *ptr, int type, int len, int size, FILE *iop, int *eofptr));
+static _instr __P((register char *ptr, int type, int len, register FILE *iop, int *eofptr));
+static char *_getccl __P((register unsigned char *s));
+
+int _doscan(iop, fmt, argp) FILE *iop; register char *fmt; register va_list argp; {
        register int ch;
        int nmatch, len, ch1;
        int *ptr, fileended, size;
@@ -99,11 +110,7 @@ register va_list argp;
        }
 }
 
-static
-_innum(ptr, type, len, size, iop, eofptr)
-int *ptr, *eofptr;
-FILE *iop;
-{
+static _innum(ptr, type, len, size, iop, eofptr) int *ptr; int type; int len; int size; FILE *iop; int *eofptr; {
        extern double atof();
        register char *np;
        char numbuf[64];
@@ -208,12 +215,7 @@ FILE *iop;
        return(1);
 }
 
-static
-_instr(ptr, type, len, iop, eofptr)
-register char *ptr;
-register FILE *iop;
-int *eofptr;
-{
+static _instr(ptr, type, len, iop, eofptr) register char *ptr; int type; int len; register FILE *iop; int *eofptr; {
        register ch;
        register char *optr;
        int ignstp;
@@ -253,10 +255,7 @@ int *eofptr;
        return(0);
 }
 
-static char *
-_getccl(s)
-register unsigned char *s;
-{
+static char *_getccl(s) register unsigned char *s; {
        register c, t;
 
        t = 0;
index aa9949c..62677c4 100644 (file)
@@ -1,10 +1,12 @@
+#include <gen.h>
+#include <stdio.h>
+/*#include <sys/proc.h> gen.h*/
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)exit.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-exit(code)
-       int code;
-{
+int exit(code) int code; {
 
        _cleanup();
        _exit(code);
index 04032b7..333a264 100644 (file)
@@ -1,3 +1,7 @@
+#include <stdio.h>
+#include <sys/file.h>
+/*#include <sys/types.h> stdio.h*/
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +10,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)fdopen.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Unix routine to do an "fopen" on file descriptor
@@ -14,14 +18,11 @@ static char sccsid[] = "@(#)fdopen.c        5.2 (Berkeley) 3/9/86";
  * status
  */
 
-#include <sys/types.h>
-#include <sys/file.h>
-#include <stdio.h>
+/*#include <sys/types.h>*/
+/*#include <sys/file.h>*/
+/*#include <stdio.h>*/
 
-FILE *
-fdopen(fd, mode)
-       register char *mode;
-{
+FILE *fdopen(fd, mode) int fd; register char *mode; {
        extern FILE *_findiop();
        static int nofile = -1;
        register FILE *iop;
index 4fa4e8e..ad7235b 100644 (file)
@@ -1,11 +1,11 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)fgetc.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
+/*#include <stdio.h>*/
 
-fgetc(fp)
-FILE *fp;
-{
+int fgetc(fp) FILE *fp; {
        return(getc(fp));
 }
index e232c47..a43d2de 100644 (file)
@@ -1,14 +1,12 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)fgets.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
+/*#include     <stdio.h>*/
 
-char *
-fgets(s, n, iop)
-char *s;
-register FILE *iop;
-{
+char *fgets(s, n, iop) char *s; int n; register FILE *iop; {
        register c;
        register char *cs;
 
index 9b497f9..d398dac 100644 (file)
@@ -1,3 +1,8 @@
+#include <gen.h>
+#include <stdio.h>
+#include <sys/file.h>
+#include <sys/stat.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)filbuf.c   5.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
-#include       <sys/types.h>
-#include       <sys/stat.h>
-char   *malloc();
+/*#include     <stdio.h>*/
+/*#include     <sys/types.h>*/
+/*#include     <sys/stat.h>*/
+/*char *malloc();*/
 
-_filbuf(iop)
-register FILE *iop;
-{
+int _filbuf(iop) register FILE *iop; {
        int size;
        struct stat stbuf;
        extern char *_smallbuf;
index 07275b8..9f1e28d 100644 (file)
@@ -1,3 +1,8 @@
+#include <gen.h>
+#include <stdio.h>
+/*#include <sys/errno.h> gen.h*/
+#include <sys/file.h>
+
 /*
  * Copyright (c) 1983, 1985 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)findiop.c  5.6 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <errno.h>
+/*#include <stdio.h>*/
+/*#include <errno.h>*/
 
 extern int errno;
 
@@ -23,7 +28,7 @@ FILE _iob[NSTATIC] = {
        { 0, NULL, NULL, 0, _IOWRT|_IONBF,      2 },    /* stderr */
 };
 
-extern void    *calloc();
+/*extern       void    *calloc();*/
 
 static char sbuf[NSTATIC];
 char   *_smallbuf = sbuf;
@@ -39,9 +44,7 @@ static        FILE    **endglue;
  * If none are available, then we allocate a structure to glue together
  * the old and new FILE entries, which are then no longer contiguous.
  */
-FILE *
-_findiop()
-{
+FILE *_findiop() {
        register FILE **iov, *iop;
        register FILE *fp;
 
@@ -69,8 +72,7 @@ _findiop()
        return (*iov);
 }
 
-_f_morefiles()
-{
+int _f_morefiles() {
        register FILE **iov;
        register FILE *fp;
        register char *cp;
@@ -91,9 +93,7 @@ _f_morefiles()
        return (1);
 }
 
-void
-f_prealloc()
-{
+void f_prealloc() {
        register FILE **iov;
        register FILE *fp;
 
@@ -105,10 +105,7 @@ f_prealloc()
                        *iov = (FILE *)calloc(1, sizeof **iov);
 }
 
-void
-_fwalk(function)
-       register int (*function)();
-{
+void _fwalk(function) register int (*function)(); {
        register FILE **iov;
        register FILE *fp;
 
@@ -123,9 +120,7 @@ _fwalk(function)
        }
 }
 
-void
-_cleanup()
-{
+void _cleanup() {
        extern int fclose();
 
        _fwalk(fclose);
index e2996cc..4723b58 100644 (file)
@@ -1,3 +1,9 @@
+#include <gen.h>
+#include <stdio.h>
+#include <sys/file.h>
+#include <sys/ioctl.h>
+#include <sys/stat.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)flsbuf.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
-#include       <sys/types.h>
-#include       <sys/stat.h>
+/*#include     <stdio.h>*/
+/*#include     <sys/types.h>*/
+/*#include     <sys/stat.h>*/
 
-char   *malloc();
+/*char *malloc();*/
 
-_flsbuf(c, iop)
-unsigned char c;
-register FILE *iop;
-{
+int _flsbuf(c, iop) int c; register FILE *iop; {
        register char *base;
        register n, rn;
        char c1;
@@ -80,9 +83,7 @@ tryagain:
        return(c);
 }
 
-fflush(iop)
-register FILE *iop;
-{
+int fflush(iop) register FILE *iop; {
        register char *base;
        register n;
 
@@ -98,9 +99,7 @@ register FILE *iop;
        return(0);
 }
 
-fclose(iop)
-       register FILE *iop;
-{
+int fclose(iop) register FILE *iop; {
        register int r;
 
        r = EOF;
index 6eda99a..7ff5938 100644 (file)
@@ -1,3 +1,7 @@
+#include <stdio.h>
+#include <sys/file.h>
+/*#include <sys/types.h> stdio.h*/
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)fopen.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <sys/file.h>
-#include <stdio.h>
+/*#include <sys/types.h>*/
+/*#include <sys/file.h>*/
+/*#include <stdio.h>*/
 
-FILE *
-fopen(file, mode)
-       char *file;
-       register char *mode;
-{
+FILE *fopen(file, mode) char *file; register char *mode; {
        register FILE *iop;
        register f, rw, oflags;
        extern FILE *_findiop();
index ca358bb..76f69fa 100644 (file)
@@ -1,3 +1,12 @@
+#include <stdio.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
+#include <varargs.h>
+#define _va_start(argp, arg) va_start(argp)
+#endif
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)fprintf.c  5.4 (Berkeley) 6/27/88";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <varargs.h>
+/*#include <stdio.h>*/
+/*#include <varargs.h>*/
 
-fprintf(iop, fmt, va_alist)
-       register FILE *iop;
-       char *fmt;
-       va_dcl
+#ifdef __STDC__
+int fprintf(register FILE *iop, char *fmt, ...)
+#else
+int fprintf(iop, fmt, va_alist) register FILE *iop; char *fmt; va_dcl
+#endif
 {
        va_list argp;
        int len;
        char localbuf[BUFSIZ];
 
-       va_start(argp);
+       _va_start(argp, fmt);
        if (iop->_flag & _IONBF) {
                iop->_flag &= ~_IONBF;
                iop->_ptr = iop->_base = localbuf;
index 2bd5999..2106d52 100644 (file)
@@ -1,11 +1,11 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)fputc.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
+/*#include <stdio.h>*/
 
-fputc(c, fp)
-register FILE *fp;
-{
+int fputc(c, fp) int c; register FILE *fp; {
        return(putc(c, fp));
 }
index 3aa913e..932dd05 100644 (file)
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
 /*
  * Copyright (c) 1984 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,14 +8,11 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)fputs.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
+/*#include     <stdio.h>*/
 
-fputs(s, iop)
-register char *s;
-register FILE *iop;
-{
+int fputs(s, iop) register char *s; register FILE *iop; {
        register r = 0;
        register c;
        int unbuffered;
index 89c7cf8..b6444ba 100644 (file)
@@ -1,3 +1,6 @@
+#include <stdio.h>
+#include <strings.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,15 +9,11 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)fread.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
+/*#include     <stdio.h>*/
 
-fread(_ptr, size, count, iop)
-       void *_ptr;
-       unsigned size, count;
-       register FILE *iop;
-{
+int fread(_ptr, size, count, iop) void *_ptr; unsigned size; unsigned count; register FILE *iop; {
 #define ptr (*(char **)&_ptr)
        register int s;
        int c;
index e81db9b..ad684fa 100644 (file)
@@ -1,3 +1,7 @@
+#include <stdio.h>
+#include <sys/file.h>
+/*#include <sys/types.h> stdio.h*/
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)freopen.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <sys/types.h>
-#include <sys/file.h>
-#include <stdio.h>
+/*#include <sys/types.h>*/
+/*#include <sys/file.h>*/
+/*#include <stdio.h>*/
 
-FILE *
-freopen(file, mode, iop)
-       char *file;
-       register char *mode;
-       register FILE *iop;
-{
+FILE *freopen(file, mode, iop) char *file; register char *mode; register FILE *iop; {
        register f, rw, oflags;
 
        rw = (mode[1] == '+');
index 12dda67..638142a 100644 (file)
@@ -1,19 +1,19 @@
+#include <stdio.h>
+#include <sys/file.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)fseek.c    5.3 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Seek for standard library.  Coordinates with buffering.
  */
 
-#include       <stdio.h>
+/*#include     <stdio.h>*/
 
-long lseek();
+/*long lseek();*/
 
-fseek(iop, offset, ptrname)
-       register FILE *iop;
-       long offset;
-{
+int fseek(iop, offset, ptrname) register FILE *iop; long offset; int ptrname; {
        register resync, c;
        long p = -1;                    /* can't happen? */
 
index 04c15a8..6a94418 100644 (file)
@@ -1,19 +1,19 @@
+#include <stdio.h>
+#include <sys/file.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ftell.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * Return file offset.
  * Coordinates with buffering.
  */
 
-#include       <stdio.h>
-long   lseek();
-
+/*#include     <stdio.h>*/
+/*long lseek();*/
 
-long ftell(iop)
-register FILE *iop;
-{
+long ftell(iop) register FILE *iop; {
        register long tres;
        register adjust;
 
index f50301b..8b9e4aa 100644 (file)
@@ -1,3 +1,6 @@
+#include <stdio.h>
+#include <strings.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,15 +9,11 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)fwrite.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
+/*#include     <stdio.h>*/
 
-fwrite(_ptr, size, count, iop)
-       void *_ptr;
-       unsigned size, count;
-       register FILE *iop;
-{
+int fwrite(_ptr, size, count, iop) void *_ptr; unsigned size; unsigned count; register FILE *iop; {
 #define ptr (*(char **)&_ptr)
        register int s;
 
index f85e8dd..53fa8b0 100644 (file)
@@ -1,15 +1,16 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getchar.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * A subroutine version of the macro getchar.
  */
-#include <stdio.h>
+/*#include <stdio.h>*/
 
 #undef getchar
 
-getchar()
-{
+int getchar() {
        return(getc(stdin));
 }
index edd0432..73e5ecb 100644 (file)
@@ -1,13 +1,12 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)gets.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
+/*#include     <stdio.h>*/
 
-char *
-gets(s)
-char *s;
-{
+char *gets(s) char *s; {
        register c;
        register char *cs;
 
index f307e1b..187e43d 100644 (file)
@@ -1,12 +1,12 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)getw.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
+/*#include <stdio.h>*/
 
-getw(iop)
-register FILE *iop;
-{
+int getw(iop) register FILE *iop; {
        register i;
        register char *p;
        int w;
index ecb31df..9fc2113 100644 (file)
@@ -1,3 +1,11 @@
+#include <gen.h>
+#include <stdio.h>
+/*#include <sys/exec.h> gen.h*/
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+/*#include <sys/signal.h> gen.h*/
+#include <sys/wait.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 static char sccsid[] = "@(#)popen.c    5.4 (Berkeley) 3/26/86";
 #endif
 
-#include <stdio.h>
-#include <signal.h>
+/*#include <stdio.h>*/
+/*#include <signal.h>*/
 
 #define        tst(a,b)        (*mode == 'r'? (b) : (a))
 #define        RDR     0
 #define        WTR     1
 
-extern char *malloc();
+/*extern       char *malloc();*/
 
 static int *popen_pid;
 static int nfiles;
 
-FILE *
-popen(cmd,mode)
-       char *cmd;
-       char *mode; {
+FILE *popen(cmd, mode) char *cmd; char *mode; {
        int p[2];
        int myside, hisside, pid;
 
@@ -60,8 +65,7 @@ popen(cmd,mode)
        return (fdopen(myside, mode));
 }
 
-pclose(ptr)
-       FILE *ptr; {
+int pclose(ptr) FILE *ptr; {
        int child, pid, status, omask;
 
        child = popen_pid[fileno(ptr)];
index 7686d39..f2fdfd1 100644 (file)
@@ -1,3 +1,12 @@
+#include <stdio.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
+#include <varargs.h>
+#define _va_start(argp, arg) va_start(argp)
+#endif
+
 /*
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)printf.c   5.4 (Berkeley) 6/27/88";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <varargs.h>
+/*#include <stdio.h>*/
+/*#include <varargs.h>*/
 
-printf(fmt, va_alist)
-       char *fmt;
-       va_dcl
+#ifdef __STDC__
+int printf(char *fmt, ...)
+#else
+int printf(fmt, va_alist) char *fmt; va_dcl
+#endif
 {
        va_list argp;
        int len;
 
-       va_start(argp);
+       _va_start(argp, fmt);
        len = _doprnt(fmt, argp, stdout);
        va_end(argp);
        return(ferror(stdout) ? EOF : len);
index 5aa3cee..9a63dc1 100644 (file)
@@ -1,16 +1,16 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)putchar.c  5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
 /*
  * A subroutine version of the macro putchar
  */
-#include <stdio.h>
+/*#include <stdio.h>*/
 
 #undef putchar
 
-putchar(c)
-register c;
-{
+int putchar(c) register c; {
        putc(c, stdout);
 }
index bffc619..a0e1669 100644 (file)
@@ -1,12 +1,12 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)puts.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
+/*#include     <stdio.h>*/
 
-puts(s)
-register char *s;
-{
+int puts(s) register char *s; {
        register c;
 
        while (c = *s++)
index d56868b..d307535 100644 (file)
@@ -1,12 +1,12 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)putw.c     5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
+/*#include <stdio.h>*/
 
-putw(w, iop)
-register FILE *iop;
-{
+int putw(w, iop) int w; register FILE *iop; {
        register char *p;
        register i;
 
index 14a716e..6ced2c1 100644 (file)
@@ -1,12 +1,13 @@
+#include <stdio.h>
+#include <sys/file.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)rew.c      5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
+/*#include     <stdio.h>*/
 
-rewind(iop)
-register FILE *iop;
-{
+int rewind(iop) register FILE *iop; {
        fflush(iop);
        lseek(fileno(iop), 0L, 0);
        iop->_cnt = 0;
index 7afbabd..d43cdf7 100644 (file)
@@ -1,47 +1,60 @@
+#include <stdio.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
+#include <varargs.h>
+#define _va_start(argp, arg) va_start(argp)
+#endif
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)scanf.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <varargs.h>
+/*#include <stdio.h>*/
+/*#include <varargs.h>*/
 
-scanf(fmt, va_alist)
-char *fmt;
-va_dcl
+#ifdef __STDC__
+int scanf(char *fmt, ...)
+#else
+int scanf(fmt, va_alist) char *fmt; va_dcl
+#endif
 {
        va_list argp;
        int len;
 
-       va_start(argp);
+       _va_start(argp, fmt);
        len = _doscan(stdin, fmt, argp);
        va_end(argp);
        return len;
 }
 
-fscanf(iop, fmt, va_alist)
-FILE *iop;
-char *fmt;
-va_dcl
+#ifdef __STDC__
+int fscanf(FILE *iop, char *fmt, ...)
+#else
+int fscanf(iop, fmt, va_alist) FILE *iop; char *fmt; va_dcl
+#endif
 {
        va_list argp;
        int len;
 
-       va_start(argp);
+       _va_start(argp, fmt);
        len = _doscan(iop, fmt, argp);
        va_end(argp);
        return len;
 }
 
-sscanf(str, fmt, va_alist)
-register char *str;
-char *fmt;
-va_dcl
+#ifdef __STDC__
+int sscanf(register char *str, char *fmt, ...)
+#else
+int sscanf(str, fmt, va_alist) register char *str; char *fmt; va_dcl
+#endif
 {
        FILE _strbuf;
        va_list argp;
        int len;
 
-       va_start(argp);
+       _va_start(argp, fmt);
        _strbuf._flag = _IOREAD|_IOSTRG;
        _strbuf._ptr = _strbuf._base = str;
        _strbuf._cnt = 0;
index 4b5b59b..c51b025 100644 (file)
@@ -1,3 +1,6 @@
+#include <gen.h>
+#include <stdio.h>
+
 /*
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,14 +9,11 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)setbuf.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
+/*#include     <stdio.h>*/
 
-setbuf(iop, buf)
-register FILE *iop;
-char *buf;
-{
+int setbuf(iop, buf) register FILE *iop; char *buf; {
        if (iop->_base != NULL && iop->_flag&_IOMYBUF)
                free(iop->_base);
        iop->_flag &= ~(_IOMYBUF|_IONBF|_IOLBF);
index b1c0379..b9b1bb6 100644 (file)
@@ -1,3 +1,6 @@
+#include <gen.h>
+#include <stdio.h>
+
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,15 +9,11 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)setbuffer.c        5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
+/*#include     <stdio.h>*/
 
-setbuffer(iop, buf, size)
-       register FILE *iop;
-       char *buf;
-       int size;
-{
+int setbuffer(iop, buf, size) register FILE *iop; char *buf; int size; {
        if (iop->_base != NULL && iop->_flag&_IOMYBUF)
                free(iop->_base);
        iop->_flag &= ~(_IOMYBUF|_IONBF|_IOLBF);
@@ -31,9 +30,7 @@ setbuffer(iop, buf, size)
 /*
  * set line buffering for either stdout or stderr
  */
-setlinebuf(iop)
-       register FILE *iop;
-{
+int setlinebuf(iop) register FILE *iop; {
        char *buf;
        extern void *malloc();
 
index 691f250..b749e84 100644 (file)
@@ -1,7 +1,9 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)sibuf.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
+/*#include <stdio.h>*/
 
 char   _sibuf[BUFSIZ];
index e0b63f2..dee91d1 100644 (file)
@@ -1,7 +1,9 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)sobuf.c    5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
+/*#include <stdio.h>*/
 
 char   _sobuf[BUFSIZ];
index 3728531..7403f05 100644 (file)
@@ -1,3 +1,12 @@
+#include <stdio.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
+#include <varargs.h>
+#define _va_start(argp, arg) va_start(argp)
+#endif
+
 /*
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)sprintf.c  5.5 (Berkeley) 6/27/88";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
-#include <varargs.h>
+/*#include <stdio.h>*/
+/*#include <varargs.h>*/
 
-sprintf(str, fmt, va_alist)
-       char *str, *fmt;
-       va_dcl
+#ifdef __STDC__
+int sprintf(char *str, char *fmt, ...)
+#else
+int sprintf(str, fmt, va_alist) char *str; char *fmt; va_dcl
+#endif
 {
        va_list argp;
        FILE _strbuf;
        int len;
 
-       va_start(argp);
+       _va_start(argp, fmt);
        _strbuf._flag = _IOWRT+_IOSTRG;
        _strbuf._ptr = str;
        _strbuf._cnt = 32767;
index 8b032c2..520cb33 100644 (file)
@@ -1,15 +1,12 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strout.c   5.2 (Berkeley) 3/9/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include       <stdio.h>
+/*#include     <stdio.h>*/
 
-_strout(count, string, adjust, file, fillch)
-register char *string;
-register count;
-int adjust;
-register FILE *file;
-{
+int _strout(count, string, adjust, file, fillch) register count; register char *string; int adjust; register FILE *file; int fillch; {
        while (adjust < 0) {
                if (*string=='-' && fillch=='0') {
                        putc(*string++, file);
index 286734c..c041c3d 100644 (file)
@@ -1,12 +1,12 @@
+#include <stdio.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)ungetc.c   5.3 (Berkeley) 3/26/86";
-#endif LIBC_SCCS and not lint
+#endif
 
-#include <stdio.h>
+/*#include <stdio.h>*/
 
-ungetc(c, iop)
-       register FILE *iop;
-{
+int ungetc(c, iop) int c; register FILE *iop; {
        if (c == EOF || (iop->_flag & (_IOREAD|_IORW)) == 0 ||
            iop->_ptr == NULL || iop->_base == NULL)
                return (EOF);
index 08934ad..300a166 100644 (file)
@@ -1,3 +1,12 @@
+#include <stdio.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
+#include <varargs.h>
+#define _va_start(argp, arg) va_start(argp)
+#endif
+
 /*
  * Copyright (c) 1988 Regents of the University of California.
  * All rights reserved.
 static char sccsid[] = "@(#)vfprintf.c 5.2 (Berkeley) 6/27/88";
 #endif
 
-#include <stdio.h>
-#include <varargs.h>
+/*#include <stdio.h>*/
+/*#include <varargs.h>*/
 
-int
-vfprintf(iop, fmt, argp)
-       FILE *iop;
-       char *fmt;
-       va_list argp; {
+int vfprintf(iop, fmt, argp) FILE *iop; char *fmt; va_list argp; {
        int len;
        char localbuf[BUFSIZ];
 
index 0db5729..2c72c95 100644 (file)
@@ -1,3 +1,12 @@
+#include <stdio.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
+#include <varargs.h>
+#define _va_start(argp, arg) va_start(argp)
+#endif
+
 /*
  * Copyright (c) 1988 Regents of the University of California.
  * All rights reserved.
 static char sccsid[] = "@(#)vprintf.c  5.2 (Berkeley) 6/27/88";
 #endif
 
-#include <stdio.h>
-#include <varargs.h>
+/*#include <stdio.h>*/
+/*#include <varargs.h>*/
 
-int
-vprintf(fmt, argp)
-       char *fmt;
-       va_list argp; {
+int vprintf(fmt, argp) char *fmt; va_list argp; {
        int len;
 
        len = _doprnt(fmt, argp, stdout);
index f2a588d..1b8f648 100644 (file)
@@ -1,3 +1,12 @@
+#include <stdio.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
+#include <varargs.h>
+#define _va_start(argp, arg) va_start(argp)
+#endif
+
 /*
  * Copyright (c) 1988 Regents of the University of California.
  * All rights reserved.
 static char sccsid[] = "@(#)vsprintf.c 5.2 (Berkeley) 6/27/88";
 #endif
 
-#include <stdio.h>
-#include <varargs.h>
+/*#include <stdio.h>*/
+/*#include <varargs.h>*/
 
-int
-vsprintf(str, fmt, argp)
-       char *str, *fmt;
-       va_list argp; {
+int vsprintf(str, fmt, argp) char *str; char *fmt; va_list argp; {
        FILE f;
        int len;
 
index 7f7bcc4..5075fc9 100644 (file)
@@ -1,4 +1,8 @@
-void _exit(s) {
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
+void _exit(s) int s; {
        write(2, "_exit()\n", 8);
        abort();
 }
index 2725b7b..a1fbe79 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/socket.h>
 
-int accept(s, a, l) struct sockaddr *a; int *l; {
+/*#include <sys/socket.h>*/
+
+int accept(s, a, l) int s; struct sockaddr *a; int *l; {
        write(2, "accept()\n", 9);
        abort();
 }
index aecd4ad..bb4628d 100644 (file)
@@ -1,4 +1,7 @@
-int access(p, m) char *p; {
+#include <gen.h>
+#include <sys/file.h>
+
+int access(p, m) char *p; int m; {
        write(2, "access()\n", 9);
        abort();
 }
index bc07d5b..deb5bb1 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys/acct.h>
+#include <sys/file.h>
+
 int acct(f) char *f; {
        write(2, "acct()\n", 7);
        abort();
index 98b7570..b633d9a 100644 (file)
@@ -1,6 +1,10 @@
-#include <sys/time.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/time.h> gen.h*/
 
-int adjtime(delta, odelta) struct timeval *delta, *odelta; {
+/*#include <sys/time.h>*/
+
+int adjtime(delta, odelta) struct timeval *delta; struct timeval *odelta; {
        write(2, "adjtime()\n", 10);
        abort();
 }
index f263554..a1595ce 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/socket.h>
 
-int bind(s, n, l) struct sockaddr *n; {
+/*#include <sys/socket.h>*/
+
+int bind(s, n, l) int s; struct sockaddr *n; int l; {
        write(2, "bind()\n", 7);
        abort();
 }
index 80f33fa..bd3836a 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
 void *brk(a) void *a; {
        write(2, "brk()\n", 6);
        abort();
index e00809c..b497378 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
 int chdir(s) char *s; {
        write(2, "chdir()\n", 8);
        abort();
index 1e5bf5c..de8a497 100644 (file)
@@ -1,4 +1,8 @@
-int chmod(s, m) char *s; {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/stat.h>
+
+int chmod(s, m) char *s; int m; {
        write(2, "chmod()\n", 8);
        abort();
 }
index d9e77fa..505304e 100644 (file)
@@ -1,4 +1,7 @@
-int chown(s, u, g) char *s; {
+#include <gen.h>
+#include <sys/file.h>
+
+int chown(s, u, g) char *s; int u; int g; {
        write(2, "chown()\n", 8);
        abort();
 }
index d5c0a19..0030bb6 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
 int chroot(d) char *d; {
        write(2, "chroot()\n", 9);
        abort();
index 1397e5e..da0072a 100644 (file)
@@ -1,4 +1,7 @@
-int close(f) {
+#include <gen.h>
+#include <sys/file.h>
+
+int close(f) int f; {
        write(2, "close()\n", 8);
        abort();
 }
index 472e908..d32160c 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/socket.h>
 
-int connect(s, n, l) struct sockaddr *n; {
+/*#include <sys/socket.h>*/
+
+int connect(s, n, l) int s; struct sockaddr *n; int l; {
        write(2, "connect()\n", 10);
        abort();
 }
index 63b90f4..ef21e42 100644 (file)
@@ -1,4 +1,7 @@
-int creat(s, m) char *s; {
+#include <gen.h>
+#include <sys/file.h>
+
+int creat(s, m) char *s; int m; {
        write(2, "creat()\n", 8);
        abort();
 }
index 7ec4eb5..1aec890 100644 (file)
@@ -1,4 +1,7 @@
-int dup(f) {
+#include <gen.h>
+#include <sys/file.h>
+
+int dup(f) int f; {
        write(2, "dup()\n", 6);
        abort();
 }
index f905bfd..af389fe 100644 (file)
@@ -1,4 +1,7 @@
-int dup2(o, n) {
+#include <gen.h>
+#include <sys/file.h>
+
+int dup2(o, n) int o; int n; {
        write(2, "dup2()\n", 7);
        abort();
 }
index c9742c5..5e6bbb2 100644 (file)
@@ -1,5 +1,21 @@
+#include <gen.h>
+/*#include <sys/exec.h> gen.h*/
+#include <sys/file.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
 #include <varargs.h>
-void execl(f, va_alist) char *f; va_dcl {
+#define _va_start(argp, arg) va_start(argp)
+#endif
+
+/*#include <varargs.h>*/
+#ifdef __STDC__
+void execl(char *f, ...)
+#else
+void execl(f, va_alist) char *f; va_dcl
+#endif
+{
        write(2, "execl()\n", 8);
        abort();
 }
index f3105c3..b883a6e 100644 (file)
@@ -1,5 +1,21 @@
+#include <gen.h>
+/*#include <sys/exec.h> gen.h*/
+#include <sys/file.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
 #include <varargs.h>
-void execle(f, va_alist) char *f; va_dcl {
+#define _va_start(argp, arg) va_start(argp)
+#endif
+
+/*#include <varargs.h>*/
+#ifdef __STDC__
+void execle(char *f, ...)
+#else
+void execle(f, va_alist) char *f; va_dcl
+#endif
+{
        write(2, "execle()\n", 9);
        abort();
 }
index 86f3537..77afe0c 100644 (file)
@@ -1,4 +1,8 @@
-void exect(s, v, e) char *s, *v[], *e[]; {
+#include <gen.h>
+/*#include <sys/exec.h> gen.h*/
+#include <sys/file.h>
+
+void exect(s, v, e) char *s; char *v[]; char *e[]; {
        write(2, "exect()\n", 8);
        abort();
 }
index 9728baf..94a4557 100644 (file)
@@ -1,4 +1,8 @@
-void execv(s, v) char *s, *v[]; {
+#include <gen.h>
+/*#include <sys/exec.h> gen.h*/
+#include <sys/file.h>
+
+void execv(s, v) char *s; char *v[]; {
        write(2, "execv()\n", 8);
        abort();
 }
index 963f235..3ac4e3e 100644 (file)
@@ -1,4 +1,8 @@
-void execve(s, v, e) char *s, *v[], *e[]; {
+#include <gen.h>
+/*#include <sys/exec.h> gen.h*/
+#include <sys/file.h>
+
+void execve(s, v, e) char *s; char *v[]; char *e[]; {
        write(2, "execve()\n", 9);
        abort();
 }
index 8e4eb33..39e99bd 100644 (file)
@@ -1,4 +1,8 @@
-int fchmod(f, m) {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/stat.h>
+
+int fchmod(f, m) int f; int m; {
        write(2, "fchmod()\n", 9);
        abort();
 }
index b41f83b..4fc5b0e 100644 (file)
@@ -1,4 +1,7 @@
-int fchown(f, u, g) {
+#include <gen.h>
+#include <sys/file.h>
+
+int fchown(f, u, g) int f; int u; int g; {
        write(2, "fchown()\n", 9);
        abort();
 }
index 5cddbf3..035bad9 100644 (file)
@@ -1,4 +1,7 @@
-int fcntl(f, c, a) {
+#include <gen.h>
+#include <sys/file.h>
+
+int fcntl(f, c, a) int f; int c; int a; {
        write(2, "fcntl()\n", 8);
        abort();
 }
index 8944c49..09c7b45 100644 (file)
@@ -1,4 +1,7 @@
-int flock(f, o) {
+#include <gen.h>
+#include <sys/file.h>
+
+int flock(f, o) int f; int o; {
        write(2, "flock()\n", 8);
        abort();
 }
index cc78532..506acce 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
 int fork() {
        write(2, "fork()\n", 7);
        abort();
index 9c7c4da..386c005 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/stat.h>
 
-int fstat(f, b) struct stat *b; {
+/*#include <sys/stat.h>*/
+
+int fstat(f, b) int f; struct stat *b; {
        write(2, "fstat()\n", 8);
        abort();
 }
index bf2cbce..4dfd8f3 100644 (file)
@@ -1,4 +1,7 @@
-int fsync(f) {
+#include <gen.h>
+#include <sys/file.h>
+
+int fsync(f) int f; {
        write(2, "fsync()\n", 8);
        abort();
 }
index eba2b44..26c610b 100644 (file)
@@ -1,6 +1,10 @@
-#include <sys/types.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/types.h> gen.h*/
 
-int ftruncate(d, l) off_t l; {
+/*#include <sys/types.h>*/
+
+int ftruncate(d, l) int d; off_t l; {
        write(2, "ftruncate()\n", 12);
        abort();
 }
index c1105d3..d61474b 100644 (file)
@@ -1,3 +1,6 @@
+#include <gen.h>
+#include <sys/file.h>
+
 int getdtablesize() {
        write(2, "getdtablesize()\n", 16);
        abort();
index 4603a9c..9700cc4 100644 (file)
@@ -1,4 +1,9 @@
-#include <sys/types.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+/*#include <sys/types.h> gen.h*/
+
+/*#include <sys/types.h>*/
 
 gid_t getegid() {
        write(2, "getegid()\n", 10);
index 32e1a47..eb8cf53 100644 (file)
@@ -1,4 +1,9 @@
-#include <sys/types.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+/*#include <sys/types.h> gen.h*/
+
+/*#include <sys/types.h>*/
 
 uid_t geteuid() {
        write(2, "geteuid()\n", 10);
index c0b2537..1ba1093 100644 (file)
@@ -1,4 +1,9 @@
-#include <sys/types.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+/*#include <sys/types.h> gen.h*/
+
+/*#include <sys/types.h>*/
 
 gid_t getgid() {
        write(2, "getgid()\n", 9);
index aa44917..d3a51b4 100644 (file)
@@ -1,4 +1,8 @@
-int getgroups(n, g) int n, *g; {
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
+int getgroups(n, g) int n; int *g; {
        write(2, "getgroups()\n", 12);
        abort();
 }
index 0c3ca43..9fbf2f9 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys.h>
+/*#include <sys/file.h> sys.h*/
+
 long gethostid() {
        write(2, "gethostid()\n", 12);
        abort();
index 787d7d9..807c308 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys.h>
+/*#include <sys/file.h> sys.h*/
+
 int gethostname(n, l) char *n; int l; {
        write(2, "gethostname()\n", 14);
        abort();
index 7d0c1ac..f8bd1b8 100644 (file)
@@ -1,6 +1,10 @@
-#include <sys/time.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/time.h> gen.h*/
 
-int getitimer(w, v) struct itimerval *v; {
+/*#include <sys/time.h>*/
+
+int getitimer(w, v) int w; struct itimerval *v; {
        write(2, "getitimer()\n", 12);
        abort();
 }
index 8506315..b6d1adc 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys.h>
+/*#include <sys/file.h> sys.h*/
+
 int getpagesize() {
        write(2, "getpagesize()\n", 14);
        abort();
index 012153d..3343b61 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/socket.h>
 
-int getpeername(s, n, l) struct sockaddr *n; int *l; {
+/*#include <sys/socket.h>*/
+
+int getpeername(s, n, l) int s; struct sockaddr *n; int *l; {
        write(2, "getpeername()\n", 14);
        abort();
 }
index 4719980..6f15c4d 100644 (file)
@@ -1,4 +1,8 @@
-int getpgrp(p) {
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
+int getpgrp(p) int p; {
        write(2, "getpgrp()\n", 10);
        abort();
 }
index f1e1a5e..2af8fb7 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
 int getpid() {
        write(2, "getpid()\n", 9);
        abort();
index 82c80c9..fa10f0a 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
 int getppid() {
        write(2, "getppid()\n", 10);
        abort();
index f788762..9cc207a 100644 (file)
@@ -1,4 +1,8 @@
-int getpriority(w, who) {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/resource.h>
+
+int getpriority(w, who) int w; int who; {
        write(2, "getpriority()\n", 14);
        abort();
 }
index 20ee251..8a94fc4 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/resource.h>
 
-int getrlimit(res, rip) struct rlimit *rip; {
+/*#include <sys/resource.h>*/
+
+int getrlimit(res, rip) int res; struct rlimit *rip; {
        write(2, "getrlimit()\n", 12);
        abort();
 }
index 9751a03..d6eeb9e 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/resource.h>
 
-int getrusage(res, rip) struct rusage *rip; {
+/*#include <sys/resource.h>*/
+
+int getrusage(res, rip) int res; struct rusage *rip; {
        write(2, "getrusage()\n", 12);
        abort();
 }
index b90a597..0715dba 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/socket.h>
 
-int getsockname(s, name, namelen) struct sockaddr *name; int *namelen; {
+/*#include <sys/socket.h>*/
+
+int getsockname(s, name, namelen) int s; struct sockaddr *name; int *namelen; {
        write(2, "getsockname()\n", 14);
        abort();
 }
index a8b038f..2f500bc 100644 (file)
@@ -1,4 +1,8 @@
-int getsockopt(s, level, opt, buf, len) void *buf; int *len; {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/socket.h>
+
+int getsockopt(s, level, opt, buf, len) int s; int level; int opt; void *buf; int *len; {
        write(2, "getsockopt()\n", 13);
        abort();
 }
index de79c23..ef9fb36 100644 (file)
@@ -1,4 +1,8 @@
-#include <sys/time.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/time.h> gen.h*/
+
+/*#include <sys/time.h>*/
 
 int gettimeofday(t, z) struct timeval *t; struct timezone *z; {
        write(2, "gettimeofday()\n", 15);
index 13189af..ae4a22b 100644 (file)
@@ -1,4 +1,9 @@
-#include <sys/types.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+/*#include <sys/types.h> gen.h*/
+
+/*#include <sys/types.h>*/
 
 uid_t getuid() {
        write(2, "getuid()\n", 9);
index 55f0d14..4305184 100644 (file)
@@ -1,6 +1,11 @@
-#include <sys/types.h>
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/ioctl.h>
+/*#include <sys/types.h> gen.h*/
 
-int ioctl(d, r, p) u_long r; void *p; {
+/*#include <sys/types.h>*/
+
+int ioctl(d, r, p) int d; u_long r; void *p; {
        write(2, "ioctl()\n", 8);
        abort();
 }
index 888a899..77fdcdb 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/ioctl.h>
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)isatty.c   5.2 (Berkeley) 3/9/86";
 #endif
@@ -6,9 +8,9 @@ static char sccsid[] = "@(#)isatty.c    5.2 (Berkeley) 3/9/86";
  * Returns 1 iff file is a tty
  */
 
-#include <sgtty.h>
+/*#include <sgtty.h>*/
 
-isatty(f) {
+int isatty(f) int f; {
        struct sgttyb ttyb;
 
        if (ioctl(f, TIOCGETP, &ttyb) < 0)
index bd5fbbc..8ff5023 100644 (file)
@@ -1,4 +1,8 @@
-int kill(p, s) {
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/signal.h> gen.h*/
+
+int kill(p, s) int p; int s; {
        write(2, "kill()\n", 7);
        abort();
 }
index 7b5ffc4..39a11ef 100644 (file)
@@ -1,4 +1,8 @@
-int killpg(pg, s) {
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/signal.h> gen.h*/
+
+int killpg(pg, s) int pg; int s; {
        write(2, "killpg()\n", 9);
        abort();
 }
index cbf25e8..a46e747 100644 (file)
@@ -1,4 +1,7 @@
-int link(a, b) char *a, *b; {
+#include <gen.h>
+#include <sys/file.h>
+
+int link(a, b) char *a; char *b; {
        write(2, "link()\n", 7);
        abort();
 }
index b762851..3b4f269 100644 (file)
@@ -1,4 +1,8 @@
-int listen(s, b){
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/socket.h>
+
+int listen(s, b) int s; int b; {
        write(2, "listen()\n", 9);
        abort();
 }
index 68839d6..9f6cfda 100644 (file)
@@ -1,6 +1,10 @@
-#include <sys/types.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/types.h> gen.h*/
 
-off_t lseek(f, o, d) off_t o; {
+/*#include <sys/types.h>*/
+
+off_t lseek(f, o, d) int f; off_t o; int d; {
        write(2, "lseek()\n", 8);
        abort();
 }
index 3d5411c..0212cfe 100644 (file)
@@ -1,5 +1,9 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/stat.h>
 
+/*#include <sys/stat.h>*/
+
 int lstat(s, b) char *s; struct stat *b; {
        write(2, "lstat()\n", 8);
        abort();
index 4c62724..689196f 100644 (file)
@@ -1,4 +1,8 @@
-int mkdir(p, m) char *p; {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/stat.h>
+
+int mkdir(p, m) char *p; int m; {
        write(2, "mkdir()\n", 8);
        abort();
 }
index 23c78f3..2debbe2 100644 (file)
@@ -1,4 +1,8 @@
-int mknod(n, m, a) char *n; {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/stat.h>
+
+int mknod(n, m, a) char *n; int m; int a; {
        write(2, "mknod()\n", 8);
        abort();
 }
index c0a9ea0..cc51990 100644 (file)
@@ -1,4 +1,8 @@
-int mount(s, n, f) char *s, *n; {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/mount.h>
+
+int mount(s, n, f) char *s; char *n; int f; {
        write(2, "mount()\n", 8);
        abort();
 }
index 92a5bb9..051becb 100644 (file)
@@ -1,10 +1,24 @@
+#include <sys/file.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
 #include <varargs.h>
+#define _va_start(argp, arg) va_start(argp)
+#endif
 
-int open(f, m, va_alist) char *f; va_dcl {
+/*#include <varargs.h>*/
+
+#ifdef __STDC__
+int open(char *f, int m, ...)
+#else
+int open(f, m, va_alist) char *f; int m; va_dcl
+#endif
+{
        va_list argp;
        int res;
 
-       va_start(argp);
+       _va_start(argp, fmt);
        res = vopen(f, m, argp);
        va_end(argp);
        return res;
index 085ad2a..e23542c 100644 (file)
@@ -1,3 +1,6 @@
+#include <gen.h>
+#include <sys/file.h>
+
 int pipe(f) int f[2]; {
        write(2, "pipe()\n", 7);
        abort();
index de3d355..2198ed0 100644 (file)
@@ -1,4 +1,8 @@
-void profil(b, s, o, i) char *b; {
+#include <gen.h>
+#include <sys.h>
+/*#include <sys/file.h> sys.h*/
+
+void profil(b, s, o, i) char *b; int s; int o; int i; {
        write(2, "profil()\n", 9);
        abort();
 }
index 4f73683..c746598 100644 (file)
@@ -1,4 +1,8 @@
-int ptrace(r, p, a, d) int *a; {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/ptrace.h>
+
+int ptrace(r, p, a, d) int r; int p; int *a; int d; {
        write(2, "ptrace()\n", 9);
        abort();
 }
index 007e302..9dc2884 100644 (file)
@@ -1,4 +1,8 @@
-int quota(c, u, a, ad) void *ad; {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/quota.h>
+
+int quota(c, u, a, ad) int c; int u; int a; void *ad; {
        write(2, "quota()\n", 8);
        abort();
 }
index 078cfd3..f43b3f6 100644 (file)
@@ -1,4 +1,7 @@
-int read(f, b, l) void *b; {
+#include <gen.h>
+#include <sys/file.h>
+
+int read(f, b, l) int f; void *b; int l; {
        write(2, "read()\n", 7);
        abort();
 }
index 41416c8..0771738 100644 (file)
@@ -1,4 +1,7 @@
-int readlink(p, b, s) char *p, *b; {
+#include <gen.h>
+#include <sys/file.h>
+
+int readlink(p, b, s) char *p; char *b; int s; {
        write(2, "readlink()\n", 11);
        abort();
 }
index fae61bb..94ab9b1 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/uio.h>
 
-int readv(d, v, l) struct iovec *v; {
+/*#include <sys/uio.h>*/
+
+int readv(d, v, l) int d; struct iovec *v; int l; {
        write(2, "readv()\n", 8);
        abort();
 }
index 4e757d7..0e06190 100644 (file)
@@ -1,4 +1,8 @@
-void reboot(h) {
+#include <gen.h>
+#include <sys.h>
+/*#include <sys/file.h> sys.h*/
+
+void reboot(h) int h; {
        write(2, "reboot()\n", 9);
        abort();
 }
index 3223282..1d32034 100644 (file)
@@ -1,4 +1,8 @@
-int recv(s, b, l, f) void *b; {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/socket.h>
+
+int recv(s, b, l, f) int s; void *b; int l; int f; {
        write(2, "recv()\n", 7);
        abort();
 }
index d904feb..b8e300f 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/socket.h>
 
-int recvfrom(s, b, l, f, fr, fl) void *b; struct sockaddr *fr; int *fl; {
+/*#include <sys/socket.h>*/
+
+int recvfrom(s, b, l, f, fr, fl) int s; void *b; int l; int f; struct sockaddr *fr; int *fl; {
        write(2, "recvfrom()\n", 11);
        abort();
 }
index 3e1e070..fc8daeb 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/socket.h>
 
-int recvmsg(s, m, f) struct msghdr m[]; {
+/*#include <sys/socket.h>*/
+
+int recvmsg(s, m, f) int s; struct msghdr m[]; int f; {
        write(2, "recvmsg()\n", 10);
        abort();
 }
index 83f12cc..6cecd11 100644 (file)
@@ -1,4 +1,7 @@
-int rename(f, t) char *f, *t; {
+#include <gen.h>
+#include <sys/file.h>
+
+int rename(f, t) char *f; char *t; {
        write(2, "rename()\n", 9);
        abort();
 }
index 45719f0..5ba61ff 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+/*#include <sys/dir.h> gen.h*/
+#include <sys/file.h>
+
 int rmdir(p) char *p; {
        write(2, "rmdir()\n", 8);
        abort();
index 457849f..70b8644 100644 (file)
@@ -1,4 +1,8 @@
-void *sbrk(i) {
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
+void *sbrk(i) int i; {
        write(2, "sbrk()\n", 7);
        abort();
 }
index 2039f1c..1d65bb8 100644 (file)
@@ -1,7 +1,12 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/select.h>
-#include <sys/time.h>
+/*#include <sys/time.h> gen.h*/
 
-int select(n, r, w, e, t) fd_set *r, *w, *e; struct timeval *t; {
+/*#include <sys/select.h>*/
+/*#include <sys/time.h>*/
+
+int select(n, r, w, e, t) int n; fd_set *r; fd_set *w; fd_set *e; struct timeval *t; {
        write(2, "select()\n", 9);
        abort();
 }
index b806ef3..d0eb2d5 100644 (file)
@@ -1,4 +1,8 @@
-int send(s, m, l, f) void *m; {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/socket.h>
+
+int send(s, m, l, f) int s; void *m; int l; int f; {
        write(2, "send()\n", 7);
        abort();
 }
index c1b5ff8..45965e1 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/socket.h>
 
-int sendmsg(s, m, l) struct msghdr m[]; {
+/*#include <sys/socket.h>*/
+
+int sendmsg(s, m, l) int s; struct msghdr m[]; int l; {
        write(2, "sendmsg()\n", 10);
        abort();
 }
index 33ebacb..5112c14 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/socket.h>
 
-int sendto(s, m, l, f, t, tl) void *m; struct sockaddr *t; {
+/*#include <sys/socket.h>*/
+
+int sendto(s, m, l, f, t, tl) int s; void *m; int l; int f; struct sockaddr *t; int tl; {
        write(2, "sendto()\n", 9);
        abort();
 }
index 0d8b166..837532c 100644 (file)
@@ -1,4 +1,8 @@
-int setgroups(n, g) int *g; {
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
+int setgroups(n, g) int n; int *g; {
        write(2, "setgroups()\n", 12);
        abort();
 }
index 13aa28d..4e24414 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys.h>
+/*#include <sys/file.h> sys.h*/
+
 int sethostid(h) long h; {
        write(2, "sethostid()\n", 12);
        abort();
index 15b9bf5..16df010 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys.h>
+/*#include <sys/file.h> sys.h*/
+
 int sethostname(n, l) char *n; int l; {
        write(2, "sethostname()\n", 14);
        abort();
index 49ca8eb..b9db548 100644 (file)
@@ -1,6 +1,10 @@
-#include <sys/time.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/time.h> gen.h*/
 
-int setitimer(w, v, ov) struct itimerval *v, *ov; {
+/*#include <sys/time.h>*/
+
+int setitimer(w, v, ov) int w; struct itimerval *v; struct itimerval *ov; {
        write(2, "setitimer()\n", 12);
        abort();
 }
index 28806b2..469b747 100644 (file)
@@ -1,4 +1,8 @@
-int setpgrp(g, pg) {
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
+int setpgrp(g, pg) int g; int pg; {
        write(2, "setpgrp()\n", 10);
        abort();
 }
index 6dfca6e..a76f6ce 100644 (file)
@@ -1,4 +1,8 @@
-int setpriority(w, who, pri) {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/resource.h>
+
+int setpriority(w, who, pri) int w; int who; int pri; {
        write(2, "setpriority()\n", 14);
        abort();
 }
index 3182ebd..397c430 100644 (file)
@@ -1,4 +1,8 @@
-int setquota(s, f) char *s, *f; {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/quota.h>
+
+int setquota(s, f) char *s; char *f; {
        write(2, "setquota()\n", 11);
        abort();
 }
index ef98c6c..2fc1a58 100644 (file)
@@ -1,4 +1,8 @@
-int setregid(r, e) int r, e; {
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
+int setregid(r, e) int r; int e; {
        write(2, "setregid()\n", 11);
        abort();
 }
index 5a26f5b..552fc8c 100644 (file)
@@ -1,4 +1,8 @@
-int setreuid(r, e) int r, e; {
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
+int setreuid(r, e) int r; int e; {
        write(2, "setreuid()\n", 11);
        abort();
 }
index 9d86780..5848974 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/resource.h>
 
-int setrlimit(res, rip) struct rlimit *rip; {
+/*#include <sys/resource.h>*/
+
+int setrlimit(res, rip) int res; struct rlimit *rip; {
        write(2, "setrlimit()\n", 12);
        abort();
 }
index 0c6ddaa..e65dcc0 100644 (file)
@@ -1,4 +1,8 @@
-int setsockopt(s, level, opt, buf, len) void *buf; {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/socket.h>
+
+int setsockopt(s, level, opt, buf, len) int s; int level; int opt; void *buf; int len; {
        write(2, "setsockopt()\n", 13);
        abort();
 }
index 32d99a5..1ee3978 100644 (file)
@@ -1,4 +1,8 @@
-#include <sys/time.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/time.h> gen.h*/
+
+/*#include <sys/time.h>*/
 
 int settimeofday(t, z) struct timeval *t; struct timezone *z; {
        write(2, "settimeofday()\n", 15);
index 694be71..2ac0c3a 100644 (file)
@@ -1,4 +1,8 @@
-int shutdown(s, h){
+#include <gen.h>
+#include <sys.h>
+/*#include <sys/file.h> sys.h*/
+
+int shutdown(s, h) int s; int h; {
        write(2, "shutdown()\n", 11);
        abort();
 }
index 8994be1..14d43bd 100644 (file)
@@ -1,4 +1,8 @@
-int sigblock(m) {
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/signal.h> gen.h*/
+
+int sigblock(m) int m; {
        write(2, "sigblock()\n", 11);
        abort();
 }
index ec4868a..81b4f73 100644 (file)
@@ -1,4 +1,8 @@
-void sigpause(m) {
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/signal.h> gen.h*/
+
+void sigpause(m) int m; {
        write(2, "sigpause()\n", 11);
        abort();
 }
index 0748888..dec34b0 100644 (file)
@@ -1,4 +1,8 @@
-#include <sys/signal.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/signal.h> gen.h*/
+
+/*#include <sys/signal.h>*/
 
 int sigreturn(scp) struct sigcontext *scp; {
        write(2, "sigreturn()\n", 12);
index bff2dd4..d7bb1aa 100644 (file)
@@ -1,4 +1,8 @@
-int sigsetmask(m) {
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/signal.h> gen.h*/
+
+int sigsetmask(m) int m; {
        write(2, "sigsetmask()\n", 13);
        abort();
 }
index 6f883f9..6a99f23 100644 (file)
@@ -1,6 +1,10 @@
-#include <sys/signal.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/signal.h> gen.h*/
 
-int sigstack(ss, oss) struct sigstack *ss, *oss; {
+/*#include <sys/signal.h>*/
+
+int sigstack(ss, oss) struct sigstack *ss; struct sigstack *oss; {
        write(2, "sigstack()\n", 11);
        abort();
 }
index 06c82f2..1016d84 100644 (file)
@@ -1,6 +1,10 @@
-#include <sys/signal.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/signal.h> gen.h*/
 
-int sigvec(c, f, m) struct sigvec *f, *m; {
+/*#include <sys/signal.h>*/
+
+int sigvec(c, f, m) int c; struct sigvec *f; struct sigvec *m; {
        write(2, "sigvec()\n", 9);
        abort();
 }
index b69aace..f7e1e3a 100644 (file)
@@ -1,4 +1,8 @@
-int socket(a, t, p) {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/socket.h>
+
+int socket(a, t, p) int a; int t; int p; {
        write(2, "socket()\n", 9);
        abort();
 }
index cccd373..e223c45 100644 (file)
@@ -1,4 +1,8 @@
-int socketpair(d, t, p, s) int s[2]; {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/socket.h>
+
+int socketpair(d, t, p, s) int d; int t; int p; int s[2]; {
        write(2, "socketpair()\n", 13);
        abort();
 }
index e21d30f..ad18e9d 100644 (file)
@@ -1,5 +1,9 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/stat.h>
 
+/*#include <sys/stat.h>*/
+
 int stat(s, b) char *s; struct stat *b; {
        write(2, "stat()\n", 7);
        abort();
index a22d0a5..24a4922 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys.h>
+/*#include <sys/file.h> sys.h*/
+
 int swapon(s) char *s; {
        write(2, "swapon()\n", 9);
        abort();
index 2f9d5b3..c0689da 100644 (file)
@@ -1,4 +1,7 @@
-int symlink(t, f) char *t, *f; {
+#include <gen.h>
+#include <sys/file.h>
+
+int symlink(t, f) char *t; char *f; {
        write(2, "symlink()\n", 10);
        abort();
 }
index c6197f6..3aac77a 100644 (file)
@@ -1,4 +1,7 @@
-void sync(){
+#include <gen.h>
+#include <sys/file.h>
+
+void sync() {
        write(2, "sync()\n", 7);
        abort();
 }
index f907e52..82e42f6 100644 (file)
@@ -1,4 +1,8 @@
-#include <sys/types.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/types.h> gen.h*/
+
+/*#include <sys/types.h>*/
 
 int truncate(p, l) char *p; off_t l; {
        write(2, "truncate()\n", 11);
index 0988c39..3e23c16 100644 (file)
@@ -1,4 +1,8 @@
-int umask(n) {
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/stat.h>
+
+int umask(n) int n; {
        write(2, "umask()\n", 8);
        abort();
 }
index 2ee58eb..a6ac43f 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/mount.h>
+
 int umount(s) char *s; {
        write(2, "umount()\n", 9);
        abort();
index 5d4b138..d62245e 100644 (file)
@@ -1,3 +1,6 @@
+#include <gen.h>
+#include <sys/file.h>
+
 int unlink(s) char *s; {
        write(2, "unlink()\n", 9);
        abort();
index a8e249a..31f57a1 100644 (file)
@@ -1,4 +1,8 @@
-#include <sys/time.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/time.h> gen.h*/
+
+/*#include <sys/time.h>*/
 
 int utimes(f, t) char *f; struct timeval t[2]; {
        write(2, "utimes()\n", 9);
index f5df786..14579a2 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/proc.h> gen.h*/
+
 int vfork() {
        write(2, "vfork()\n", 8);
        abort();
index 8e7775e..c8a6afb 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys.h>
+/*#include <sys/file.h> sys.h*/
+
 void vhangup() {
        write(2, "vhangup()\n", 10);
        abort();
index dada99d..37b2e00 100644 (file)
@@ -1,6 +1,15 @@
 #include <sys/file.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#define _va_start(argp, arg) va_start(argp, arg)
+#else
 #include <varargs.h>
+#define _va_start(argp, arg) va_start(argp)
+#endif
 
-int vopen(f, m, argp) char *f; va_list argp; {
+/*#include <sys/file.h>*/
+/*#include <varargs.h>*/
+
+int vopen(f, m, argp) char *f; int m; va_list argp; {
        return open(f, m, m & O_CREAT ? va_arg(argp, int) : 0);
 }
index f3b66a1..1b0be79 100644 (file)
@@ -1,3 +1,7 @@
+#include <gen.h>
+#include <sys/file.h>
+#include <sys/wait.h>
+
 int wait(s) int *s; {
        write(2, "wait()\n", 7);
        abort();
index 202506b..1738dde 100644 (file)
@@ -1,6 +1,11 @@
-#include <sys/resource.h>
+#include <gen.h>
+#include <sys/file.h>
+/*#include <sys/resource.h> sys/wait.h*/
+#include <sys/wait.h>
 
-int wait3(s, o, r) int *s; struct rusage *r; {
+/*#include <sys/resource.h>*/
+
+int wait3(s, o, r) int *s; int o; struct rusage *r; {
        write(2, "wait3()\n", 8);
        abort();
 }
index 24779ee..c603fa9 100644 (file)
@@ -1,4 +1,7 @@
-int write(f, b, l) void *b; {
+#include <gen.h>
+#include <sys/file.h>
+
+int write(f, b, l) int f; void *b; int l; {
        write(2, "write()\n", 8);
        abort();
 }
index 9b2998f..3614744 100644 (file)
@@ -1,6 +1,10 @@
+#include <gen.h>
+#include <sys/file.h>
 #include <sys/uio.h>
 
-int writev(f, v, l) struct iovec *v; {
+/*#include <sys/uio.h>*/
+
+int writev(f, v, l) int f; struct iovec *v; int l; {
        write(2, "writev()\n", 9);
        abort();
 }
index e4dffee..e31436c 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_ACCT_H_
+#define _SYS_ACCT_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -14,8 +19,7 @@
  */
 typedef        u_short comp_t;
 
-struct acct
-{
+struct acct {
        char    ac_comm[10];            /* Accounting command name */
        comp_t  ac_utime;               /* Accounting user time */
        comp_t  ac_stime;               /* Accounting system time */
@@ -45,3 +49,18 @@ struct       acct
 struct acct    acctbuf;
 struct inode   *acctp;
 #endif
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* sys/acct.c */
+int acct __P((char *f));
+#endif
+
+#endif
index 6bd020d..df4de10 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _SYS_BKMAC_H_
+#define _SYS_BKMAC_H_
+
+#include <sys/tty.h>
+/*#include <sys/types.h> sys/tty.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -26,3 +32,5 @@
                } \
        } \
 }
+
+#endif
index 1064b22..71a5ce6 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _SYS_BUF_H_
+#define _SYS_BUF_H_
+
+#include <sys/param.h>
+/*#include <sys/types.h> sys/param.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
  * We only need three words for these, so this abbreviated
  * definition saves some space.
  */
-struct bufhd
-{
+struct bufhd {
        long    b_flags;                /* see defines below */
        struct  buf *b_forw, *b_back;   /* fwd/bkwd pointer in chain */
 };
-struct buf
-{
+struct buf {
        long    b_flags;                /* too much goes here to describe */
        struct  buf *b_forw, *b_back;   /* hash chain (2 way street) */
        struct  buf *av_forw, *av_back; /* position on free list if not BUSY */
@@ -95,16 +99,16 @@ struct      buf bfreelist[BQUEUES]; /* heads of available lists */
 struct buf bswlist;            /* head of free swap header list */
 struct buf *bclnlist;          /* head of cleaned page list */
 
-struct buf *alloc();
-struct buf *realloccg();
-struct buf *baddr();
-struct buf *getblk();
-struct buf *geteblk();
-struct buf *getnewbuf();
-struct buf *bread();
-struct buf *breada();
+/*struct       buf *alloc();*/
+/*struct       buf *realloccg();*/
+/*struct       buf *baddr();*/
+/*struct       buf *getblk();*/
+/*struct       buf *geteblk();*/
+/*struct       buf *getnewbuf();*/
+/*struct       buf *bread();*/
+/*struct       buf *breada();*/
 
-unsigned minphys();
+/*unsigned minphys();*/
 #endif
 
 /*
@@ -188,3 +192,5 @@ unsigned minphys();
        blkclr((bp)->b_un.b_addr, (unsigned)(bp)->b_bcount); \
        (bp)->b_resid = 0; \
 }
+
+#endif
index 1f3831e..378e70d 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_CALLOUT_H_
+#define _SYS_CALLOUT_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -26,3 +31,5 @@ struct        callout {
 struct callout *callfree, *callout, calltodo;
 int    ncallout;
 #endif
+
+#endif
index d33094c..b2ada32 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_CLIST_H_
+#define _SYS_CLIST_H_
+
+#include <sys/param.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -19,3 +24,5 @@ int   nclist;
 struct cblock *cfreelist;
 int    cfreecount;
 #endif
+
+#endif
index 18fa690..215766f 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _SYS_CMAP_H_
+#define _SYS_CMAP_H_
+
+#include <sys/types.h>
+#include <vax/machparam.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -24,8 +30,7 @@
  *     (below) must be changed to long.
  */
 #ifndef        LOCORE
-struct cmap
-{
+struct cmap {
 unsigned short         c_next,         /* index of next free list entry */
                c_prev,         /* index of previous free list entry */
                c_hlink;        /* hash link for <blkno,mdev> */
@@ -41,7 +46,7 @@ unsigned int  c_page:21,      /* virtual page number in segment */
                c_blkno:24,     /* disk block this is a copy of */
                c_mdev:8;       /* which mounted dev this is from */
 };
-#else  LOCORE
+#else
 /*
  * bit offsets of elements in cmap
  */
@@ -50,7 +55,7 @@ unsigned int  c_page:21,      /* virtual page number in segment */
 #define        SZ_CMAP         16              /* sizeof(struct cmap) */
 
 #define        MAXMEM          64*1024         /* maximum memory, in Kbytes */
-#endif LOCORE
+#endif
 
 #define        CMHEAD  0
 
@@ -68,7 +73,7 @@ unsigned int  c_page:21,      /* virtual page number in segment */
 struct cmap *cmap;
 struct cmap *ecmap;
 int    ncmap;
-struct cmap *mfind();
+/*struct       cmap *mfind();*/
 int    firstfree, maxfree;
 int    ecmx;                   /* cmap index of ecmap */
 u_short        cmhash[CMHSIZ];
@@ -83,4 +88,6 @@ u_short       cmhash[CMHSIZ];
 
 #define        pgtocm(x)       (((int) ((x)-firstfree) / CLSIZE) + 1)
 #define        cmtopg(x)       ((((x)-1) * CLSIZE) + firstfree)
-#endif LOCORE
+#endif
+
+#endif
index d97b00d..7e7da19 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_CONF_H_
+#define _SYS_CONF_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -15,8 +20,7 @@
  * device switches is in the
  * file conf.c.
  */
-struct bdevsw
-{
+struct bdevsw {
        int     (*d_open)();
        int     (*d_close)();
        int     (*d_strategy)();
@@ -31,8 +35,7 @@ struct        bdevsw bdevsw[];
 /*
  * Character device switch.
  */
-struct cdevsw
-{
+struct cdevsw {
        int     (*d_open)();
        int     (*d_close)();
        int     (*d_read)();
@@ -51,8 +54,7 @@ struct        cdevsw cdevsw[];
 /*
  * tty line control switch.
  */
-struct linesw
-{
+struct linesw {
        int     (*l_open)();
        int     (*l_close)();
        int     (*l_read)();
@@ -71,8 +73,7 @@ struct        linesw linesw[];
 /*
  * Swap device information
  */
-struct swdevt
-{
+struct swdevt {
        dev_t   sw_dev;
        int     sw_freed;
        int     sw_nblks;
@@ -80,3 +81,5 @@ struct swdevt
 #ifdef KERNEL
 struct swdevt swdevt[];
 #endif
+
+#endif
index 913a549..5aca21c 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _SYS_DIR_H_
+#define _SYS_DIR_H_
+
+#include <sys/param.h>
+/*#include <sys/types.h> sys/param.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -68,12 +74,12 @@ typedef struct _dirdesc {
 #ifndef NULL
 #define NULL 0
 #endif
-extern DIR *opendir();
-extern struct direct *readdir();
-extern long telldir();
-extern void seekdir();
+/*extern       DIR *opendir();*/
+/*extern       struct direct *readdir();*/
+/*extern       long telldir();*/
+/*extern       void seekdir();*/
 #define rewinddir(dirp)        seekdir((dirp), (long)0)
-extern void closedir();
+/*extern       void closedir();*/
 #endif
 
 #ifdef KERNEL
@@ -93,3 +99,40 @@ struct dirtemplate {
        char    dotdot_name[4];         /* ditto */
 };
 #endif
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/closedir.c */
+void closedir __P((register DIR *dirp));
+
+/* gen/getwd.c */
+char *getwd __P((char *pathname));
+
+/* gen/opendir.c */
+DIR *opendir __P((char *name));
+
+/* gen/readdir.c */
+struct direct *readdir __P((register DIR *dirp));
+
+/* gen/scandir.c */
+int scandir __P((char *dirname, struct direct *(*namelist[]), int (*select)(void), int (*dcomp)(void)));
+int alphasort __P((struct direct **d1, struct direct **d2));
+
+/* gen/seekdir.c */
+void seekdir __P((register DIR *dirp, long loc));
+
+/* gen/telldir.c */
+long telldir __P((DIR *dirp));
+
+/* sys/rmdir.c */
+int rmdir __P((char *p));
+#endif
+
+#endif
index 0ba837a..d2f90c5 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_DK_H_
+#define _SYS_DK_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -31,3 +34,5 @@ float dk_mspw[DK_NDRIVE];
 long   tk_nin;
 long   tk_nout;
 #endif
+
+#endif
index 4c72788..8e9bc0c 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_DKBAD_H_
+#define _SYS_DKBAD_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -45,3 +50,5 @@ struct dkbad {
 #define        SSE     1
 #define        BSE     2
 #define        CONT    3
+
+#endif
index 57052d5..5916ae3 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_DMAP_H_
+#define _SYS_DMAP_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -13,8 +18,7 @@
 
 #define        NDMAP           38      /* size of the swap area map */
 
-struct dmap
-{
+struct dmap {
        swblk_t dm_size;        /* current size used by process */
        swblk_t dm_alloc;       /* amount of physical swap space allocated */
        swblk_t dm_map[NDMAP];  /* first disk block number in each chunk */
@@ -28,8 +32,9 @@ int   dmmin, dmmax, dmtext;
  * The following structure is that ``returned''
  * from a call to vstodb().
  */
-struct dblock
-{
+struct dblock {
        swblk_t db_base;        /* base of physical contig drum block */
        swblk_t db_size;        /* size of block */
 };
+
+#endif
index 3c75cc3..ed2d3e5 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_DOMAIN_H_
+#define _SYS_DOMAIN_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -22,3 +25,5 @@ struct        domain {
 #ifdef KERNEL
 struct domain *domains;
 #endif
+
+#endif
index 275be9a..ee3d46f 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_ERRNO_H_
+#define _SYS_ERRNO_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 #ifndef KERNEL
 extern int errno;
 #endif
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/perror.c */
+int perror __P((char *s));
+#endif
+
+#endif
index 97ccf68..613e9ff 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_EXEC_H_
+#define _SYS_EXEC_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -23,3 +26,37 @@ unsigned long        a_drsize;       /* size of data relocation */
 #define        OMAGIC  0407            /* old impure format */
 #define        NMAGIC  0410            /* read-only text */
 #define        ZMAGIC  0413            /* demand load format */
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/execvp.c */
+int execlp __P((char *name, char *argv));
+int execvp __P((char *name, char **argv));
+
+/* gen/system.c */
+int system __P((char *s));
+
+/* sys/execl.c */
+void execl __P((char *f, ...));
+
+/* sys/execle.c */
+void execle __P((char *f, ...));
+
+/* sys/exect.c */
+void exect __P((char *s, char *v[], char *e[]));
+
+/* sys/execv.c */
+void execv __P((char *s, char *v[]));
+
+/* sys/execve.c */
+void execve __P((char *s, char *v[], char *e[]));
+#endif
+
+#endif
index 26a8d89..9422d9c 100644 (file)
@@ -1,3 +1,13 @@
+#ifndef _SYS_FILE_H_
+#define _SYS_FILE_H_
+
+#include <sys/errno.h>
+#include <sys/param.h>
+/*#include <sys/types.h> sys/param.h*/
+#ifdef __STDC__
+#include <stdarg.h>
+#endif
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -28,8 +38,8 @@ struct        file {
 
 struct file *file, *fileNFILE;
 int    nfile;
-struct file *getf();
-struct file *falloc();
+/*struct       file *getf();*/
+/*struct       file *falloc();*/
 #endif
 
 /*
@@ -119,3 +129,90 @@ struct     file *falloc();
 #define        DTYPE_INODE     1       /* file */
 #define        DTYPE_SOCKET    2       /* communications endpoint */
 #endif
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* sys/access.c */
+int access __P((char *p, int m));
+
+/* sys/chown.c */
+int chown __P((char *s, int u, int g));
+
+/* sys/close.c */
+int close __P((int f));
+
+/* sys/creat.c */
+int creat __P((char *s, int m));
+
+/* sys/dup2.c */
+int dup2 __P((int o, int n));
+
+/* sys/dup.c */
+int dup __P((int f));
+
+/* sys/fchown.c */
+int fchown __P((int f, int u, int g));
+
+/* sys/fcntl.c */
+int fcntl __P((int f, int c, int a));
+
+/* sys/flock.c */
+int flock __P((int f, int o));
+
+/* sys/fsync.c */
+int fsync __P((int f));
+
+/* sys/ftruncate.c */
+int ftruncate __P((int d, off_t l));
+
+/* sys/getdtablesize.c */
+int getdtablesize __P((void));
+
+/* sys/link.c */
+int link __P((char *a, char *b));
+
+/* sys/lseek.c */
+off_t lseek __P((int f, off_t o, int d));
+
+/* sys/open.c */
+int open __P((char *f, int m, ...));
+
+/* sys/pipe.c */
+int pipe __P((int f[2]));
+
+/* sys/read.c */
+int read __P((int f, void *b, int l));
+
+/* sys/readlink.c */
+int readlink __P((char *p, char *b, int s));
+
+/* sys/rename.c */
+int rename __P((char *f, char *t));
+
+/* sys/symlink.c */
+int symlink __P((char *t, char *f));
+
+/* sys/sync.c */
+void sync __P((void));
+
+/* sys/truncate.c */
+int truncate __P((char *p, off_t l));
+
+/* sys/unlink.c */
+int unlink __P((char *s));
+
+/* sys/vopen.c */
+int vopen __P((char *f, int m, va_list argp));
+
+/* sys/write.c */
+int write __P((int f, void *b, int l));
+#endif
+
+#endif
index f453adb..1dfca04 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _SYS_FS_H_
+#define _SYS_FS_H_
+
+#include <sys/inode.h>
+/*#include <sys/param.h> sys/inode.h*/
+/*#include <sys/types.h> sys/inode.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -130,8 +137,7 @@ struct csum {
  * Super block for a file system.
  */
 #define        FS_MAGIC        0x011954
-struct fs
-{
+struct fs {
        struct  fs *fs_link;            /* linked list of file systems */
        struct  fs *fs_rlink;           /*     used for incore super blocks */
        daddr_t fs_sblkno;              /* addr of super-block in filesys */
@@ -373,6 +379,8 @@ struct      cg {
 #define        NINDIR(fs)      ((fs)->fs_nindir)
 
 #ifdef KERNEL
-struct fs *getfs();
-struct fs *mountfs();
+/*struct       fs *getfs();*/
+/*struct       fs *mountfs();*/
+#endif
+
 #endif
index a332381..2444e60 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_GPROF_H_
+#define _SYS_GPROF_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -85,3 +88,5 @@ struct rawarc {
      */
 #define ROUNDDOWN(x,y) (((x)/(y))*(y))
 #define ROUNDUP(x,y)   ((((x)+(y)-1)/(y))*(y))
+
+#endif
index a6fd37c..41ae0e3 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _SYS_INODE_H_
+#define _SYS_INODE_H_
+
+#include <sys/param.h>
+#include <sys/time.h>
+/*#include <sys/types.h> sys/param.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -37,8 +44,7 @@ struct inode {
                        struct inode **if_freeb;        /* free list back */
                } i_fr;
        } i_un;
-       struct  icommon
-       {
+       struct  icommon {
                u_short ic_mode;        /*  0: mode and type of file */
                short   ic_nlink;       /*  2: number of links to file */
                uid_t   ic_uid;         /*  4: owner's user id */
@@ -121,16 +127,16 @@ long      nextinodeid;            /* unique id generator */
 
 struct inode *rootdir;                 /* pointer to inode of root directory */
 
-struct inode *ialloc();
-struct inode *iget();
+/*struct       inode *ialloc();*/
+/*struct       inode *iget();*/
 #ifdef notdef
-struct inode *ifind();
+/*struct       inode *ifind();*/
 #endif
-struct inode *owner();
-struct inode *maknode();
-struct inode *namei();
+/*struct       inode *owner();*/
+/*struct       inode *maknode();*/
+/*struct       inode *namei();*/
 
-ino_t  dirpref();
+/*ino_t        dirpref();*/
 #endif
 
 /* flags */
@@ -196,3 +202,5 @@ ino_t       dirpref();
                (ip)->i_flag &= ~(IACC|IUPD|ICHG); \
        } \
 }
+
+#endif
index 366a268..cc087bf 100644 (file)
@@ -1,3 +1,11 @@
+#ifndef _SYS_IOCTL_H_
+#define _SYS_IOCTL_H_
+
+#include <net/if.h>
+/*#include <net/if_arp.h> net/if.h*/
+#include <net/route.h>
+/*#include <sys/types.h> net/if.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -9,8 +17,8 @@
 /*
  * Ioctl definitions
  */
-#ifndef        _IOCTL_
-#define        _IOCTL_
+/*#ifndef      _IOCTL_*/
+/*#define      _IOCTL_*/
 #ifdef KERNEL
 #include "ttychars.h"
 #include "ttydev.h"
@@ -269,4 +277,28 @@ struct ttysize {
 #define        SIOCGARP        _IOWR(i,31, struct arpreq)      /* get arp entry */
 #define        SIOCDARP        _IOW(i, 32, struct arpreq)      /* delete arp entry */
 
+/*#endif*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* compat-4.1/gtty.c */
+int gtty __P((int fd, struct sgttyb *ap));
+
+/* compat-4.1/stty.c */
+int stty __P((int fd, struct sgttyb *ap));
+
+/* sys/ioctl.c */
+int ioctl __P((int d, u_long r, void *p));
+
+/* sys/isatty.c */
+int isatty __P((int f));
+#endif
+
 #endif
index c8bab76..ac2d96b 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _SYS_KERNEL_H_
+#define _SYS_KERNEL_H_
+
+#include <sys/param.h>
+#include <sys/time.h>
+/*#include <sys/types.h> sys/param.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -10,7 +17,7 @@
  * Global variables for the kernel
  */
 
-long   rmalloc();
+/*long rmalloc();*/
 
 /* 1.1 */
 long   hostid;
@@ -25,7 +32,7 @@ int   hz;
 int    phz;                            /* alternate clock's frequency */
 int    tick;
 int    lbolt;                          /* awoken once a second */
-int    realitexpire();
+/*int  realitexpire();*/
 
 double avenrun[3];
 
@@ -35,3 +42,5 @@ extern        char *s_lowpc;
 extern u_long s_textsize;
 extern u_short *kcount;
 #endif
+
+#endif
index 7e8ab8e..7d1e5c1 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_MAP_H_
+#define _SYS_MAP_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -34,8 +37,7 @@ struct map {
        char    *m_name;                /* name of resource */
 /* we use m_name when the map overflows, in warning messages */
 };
-struct mapent
-{
+struct mapent {
        int     m_size;         /* size of this segment of the map */
        int     m_addr;         /* resource-space addr of start of segment */
 };
@@ -48,3 +50,5 @@ struct        map *argmap;
 struct map *kernelmap;
 struct map *mbmap;
 #endif
+
+#endif
index 6b6ffab..f665eaa 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _SYS_MBUF_H_
+#define _SYS_MBUF_H_
+
+#include <sys/param.h>
+/*#include <sys/types.h> sys/param.h*/
+/*#include <vax/pte.h> sys/param.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -152,6 +159,8 @@ int nmbclusters;
 struct mbuf *mfree, *mclfree;
 char   mclrefcnt[NMBCLUSTERS + 1];
 int    m_want;
-struct mbuf *m_get(),*m_getclr(),*m_free(),*m_more(),*m_copy(),*m_pullup();
-caddr_t        m_clalloc();
+/*struct       mbuf *m_get(),*m_getclr(),*m_free(),*m_more(),*m_copy(),*m_pullup();*/
+/*caddr_t      m_clalloc();*/
+#endif
+
 #endif
index 4c1c14d..cd88094 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_MMAN_H_
+#define _SYS_MMAN_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -21,3 +24,5 @@
 #define        MADV_SEQUENTIAL 2               /* expect sequential page references */
 #define        MADV_WILLNEED   3               /* will need these pages */
 #define        MADV_DONTNEED   4               /* dont need these pages */
+
+#endif
index 65a895b..8ccc3a3 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _SYS_MOUNT_H_
+#define _SYS_MOUNT_H_
+
+#include <sys/param.h>
+/*#include <sys/types.h> sys/param.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -11,8 +17,7 @@
  * One allocated on every mount.
  * Used to find the super block.
  */
-struct mount
-{
+struct mount {
        dev_t   m_dev;          /* device mounted */
        struct  buf *m_bufp;    /* pointer to superblock */
        struct  inode *m_inodp; /* pointer to mounted on inode */
@@ -21,3 +26,21 @@ struct       mount
 #ifdef KERNEL
 struct mount mount[NMOUNT];
 #endif
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* sys/mount.c */
+int mount __P((char *s, char *n, int f));
+
+/* sys/umount.c */
+int umount __P((char *s));
+#endif
+
+#endif
index 4efb8a7..13e42c7 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_MSGBUF_H_
+#define _SYS_MSGBUF_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -17,3 +20,5 @@ struct        msgbuf {
 #ifdef KERNEL
 struct msgbuf msgbuf;
 #endif
+
+#endif
index 6647b33..3f08ecf 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _SYS_MTIO_H_
+#define _SYS_MTIO_H_
+
+#include <sys/ioctl.h>
+/*#include <sys/types.h> sys/ioctl.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -65,3 +71,5 @@ struct        mtget   {
 #ifndef KERNEL
 #define        DEFTAPE "/dev/rmt12"
 #endif
+
+#endif
index 89fba9d..33d9b51 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _SYS_NAMEI_H_
+#define _SYS_NAMEI_H_
+
+#include <sys/dir.h>
+/*#include <sys/types.h> sys/dir.h*/
+#include <sys/uio.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
  *     @(#)namei.h     7.1 (Berkeley) 6/4/86
  */
 
-#ifndef _NAMEI_
-#define        _NAMEI_
+/*#ifndef _NAMEI_*/
+/*#define      _NAMEI_*/
 
 #ifdef KERNEL
 #include "uio.h"
 #else
-#include <sys/uio.h>
+/*#include <sys/uio.h>*/
 #endif
 
 /*
@@ -85,4 +92,6 @@ struct        nchstats {
        long    ncs_pass2;              /* names found with passes == 2 */
        long    ncs_2passes;            /* number of times we attempt it */
 };
+/*#endif*/
+
 #endif
index e02688c..cb0b8ff 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _SYS_PARAM_H_
+#define _SYS_PARAM_H_
+
+#include <sys/types.h>
+#include <vax/machparam.h>
+#include <vax/pte.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 #define        CROUND  (CBLOCK - 1)                            /* clist rounding */
 
 #ifndef KERNEL
-#include       <sys/types.h>
+/*#include     <sys/types.h>*/
 #else
 #ifndef LOCORE
 #include       "types.h"
 
 /* moved this from sys/types.h */
 #define        NBBY    8               /* number of bits in a byte */
+
+#endif
index 5d069b0..53fdc31 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _SYS_PROC_H_
+#define _SYS_PROC_H_
+
+#include <sys/time.h>
+/*#include <sys/types.h> sys/time.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -69,7 +75,7 @@ struct        proc {
 
 #ifdef KERNEL
 short  pidhash[PIDHSZ];
-struct proc *pfind();
+/*struct       proc *pfind();*/
 struct proc *proc, *procNPROC; /* the proc table itself */
 struct proc *freeproc, *zombproc, *allproc;
                        /* lists of procs in various states */
@@ -122,3 +128,90 @@ int        whichqs;                /* bit mask summarizing non-empty qs's */
 #define        ISSIG(p) \
        ((p)->p_sig && ((p)->p_flag&STRC || \
         ((p)->p_sig &~ ((p)->p_sigignore | (p)->p_sigmask))) && issig())
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/setegid.c */
+int setegid __P((int egid));
+
+/* gen/seteuid.c */
+int seteuid __P((int euid));
+
+/* gen/setgid.c */
+int setgid __P((int gid));
+
+/* gen/setrgid.c */
+int setrgid __P((int rgid));
+
+/* gen/setruid.c */
+int setruid __P((int ruid));
+
+/* gen/setuid.c */
+int setuid __P((int uid));
+
+/* sys/brk.c */
+void *brk __P((void *a));
+
+/* sys/chdir.c */
+int chdir __P((char *s));
+
+/* sys/chroot.c */
+int chroot __P((char *d));
+
+/* sys/_exit.c */
+void _exit __P((int s));
+
+/* sys/fork.c */
+int fork __P((void));
+
+/* sys/getegid.c */
+gid_t getegid __P((void));
+
+/* sys/geteuid.c */
+uid_t geteuid __P((void));
+
+/* sys/getgid.c */
+gid_t getgid __P((void));
+
+/* sys/getgroups.c */
+int getgroups __P((int n, int *g));
+
+/* sys/getpgrp.c */
+int getpgrp __P((int p));
+
+/* sys/getpid.c */
+int getpid __P((void));
+
+/* sys/getppid.c */
+int getppid __P((void));
+
+/* sys/getuid.c */
+uid_t getuid __P((void));
+
+/* sys/sbrk.c */
+void *sbrk __P((int i));
+
+/* sys/setgroups.c */
+int setgroups __P((int n, int *g));
+
+/* sys/setpgrp.c */
+int setpgrp __P((int g, int pg));
+
+/* sys/setregid.c */
+int setregid __P((int r, int e));
+
+/* sys/setreuid.c */
+int setreuid __P((int r, int e));
+
+/* sys/vfork.c */
+int vfork __P((void));
+#endif
+
+#endif
index 968fa28..bf0265b 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_PROTOSW_H_
+#define _SYS_PROTOSW_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -179,5 +182,7 @@ char        *prcorequests[] = {
 #endif
 
 #ifdef KERNEL
-extern struct protosw *pffindproto(), *pffindtype();
+/*extern       struct protosw *pffindproto(), *pffindtype();*/
+#endif
+
 #endif
index 88a8f75..9ff92fb 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_PTRACE_H_
+#define _SYS_PTRACE_H_
+
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,8 +9,8 @@
  *     @(#)ptrace.h    7.1 (Berkeley) 6/4/86
  */
 
-#ifndef _PTRACE_
-#define _PTRACE_
+/*#ifndef _PTRACE_*/
+/*#define _PTRACE_*/
 
 #define PT_TRACE_ME    0       /* child declares it's being traced */
 #define PT_READ_I      1       /* read word in child's I space */
 #define PT_KILL                8       /* kill the child process */
 #define PT_STEP                9       /* single step the child */
 
+/*#endif*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* sys/ptrace.c */
+int ptrace __P((int r, int p, int *a, int d));
+#endif
+
 #endif
index 429790c..b8903d6 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _SYS_QUOTA_H_
+#define _SYS_QUOTA_H_
+
+#include <sys/param.h>
+/*#include <sys/types.h> sys/param.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -37,7 +43,7 @@ struct quota {
 #if defined(KERNEL) && defined(QUOTA)
 struct quota *quota, *quotaNQUOTA;
 int    nquota;
-struct quota *getquota(), *qfind();
+/*struct       quota *getquota(), *qfind();*/
 #endif
 
 /*
@@ -113,7 +119,7 @@ struct      dquot {
 #if defined(KERNEL) && defined(QUOTA)
 struct dquot *dquot, *dquotNDQUOT;
 int    ndquot;
-struct dquot *discquota(), *inoquota(), *dqalloc(), *dqp();
+/*struct       dquot *discquota(), *inoquota(), *dqalloc(), *dqp();*/
 #endif
 
 /*
@@ -142,3 +148,21 @@ struct     dqwarn {
        u_char  dw_bwarn;
        u_char  dw_iwarn;
 };
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* sys/quota.c */
+int quota __P((int c, int u, int a, void *ad));
+
+/* sys/setquota.c */
+int setquota __P((char *s, char *f));
+#endif
+
+#endif
index 1776012..1d56f62 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_REBOOT_H_
+#define _SYS_REBOOT_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -40,3 +43,5 @@
 #define        B_TYPEMASK      0xff
 #define        B_MAGICMASK     0xf0000000
 #define        B_DEVMAGIC      0xa0000000
+
+#endif
index 16d50d7..ade4acc 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_RESOURCE_H_
+#define _SYS_RESOURCE_H_
+
+#include <sys/time.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -62,3 +67,33 @@ struct rlimit {
        int     rlim_cur;               /* current (soft) limit */
        int     rlim_max;               /* maximum value for rlim_cur */
 };
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* compat-4.1/nice.c */
+int nice __P((int incr));
+
+/* sys/getpriority.c */
+int getpriority __P((int w, int who));
+
+/* sys/getrlimit.c */
+int getrlimit __P((int res, struct rlimit *rip));
+
+/* sys/getrusage.c */
+int getrusage __P((int res, struct rusage *rip));
+
+/* sys/setpriority.c */
+int setpriority __P((int w, int who, int pri));
+
+/* sys/setrlimit.c */
+int setrlimit __P((int res, struct rlimit *rip));
+#endif
+
+#endif
index 6810735..2d97aa8 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_SEG_H_
+#define _SYS_SEG_H_
+
+#include <vax/pte.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -12,3 +17,5 @@
 
 #define        RO      PG_URKR         /* access abilities */
 #define        RW      PG_UW
+
+#endif
index c861a51..d4424cd 100644 (file)
@@ -1,4 +1,11 @@
+#ifndef _SYS_SELECT_H_
+#define _SYS_SELECT_H_
+
+#include <strings.h>
 #include <sys/param.h>
+#include <sys/time.h>
+
+/*#include <sys/param.h>*/
 
 /* moved this from sys/types.h */
 /*
@@ -26,3 +33,18 @@ typedef      struct fd_set {
 #define        FD_CLR(n, p)    ((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS)))
 #define        FD_ISSET(n, p)  ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS)))
 #define FD_ZERO(p)     bzero((char *)(p), sizeof(*(p)))
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* sys/select.c */
+int select __P((int n, fd_set *r, fd_set *w, fd_set *e, struct timeval *t));
+#endif
+
+#endif
index 3242faf..5c1bba9 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_SIGNAL_H_
+#define _SYS_SIGNAL_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -112,3 +115,48 @@ struct     sigcontext {
  * sigblock().
  */
 #define sigmask(m)     (1 << ((m)-1))
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/psignal.c */
+int psignal __P((unsigned sig, char *s));
+
+/* gen/siginterrupt.c */
+int siginterrupt __P((int sig, int flag));
+
+/* gen/signal.c */
+void (*signal __P((int s, void (*a)(void)))) __P((void));
+
+/* sys/kill.c */
+int kill __P((int p, int s));
+
+/* sys/killpg.c */
+int killpg __P((int pg, int s));
+
+/* sys/sigblock.c */
+int sigblock __P((int m));
+
+/* sys/sigpause.c */
+void sigpause __P((int m));
+
+/* sys/sigreturn.c */
+int sigreturn __P((struct sigcontext *scp));
+
+/* sys/sigsetmask.c */
+int sigsetmask __P((int m));
+
+/* sys/sigstack.c */
+int sigstack __P((struct sigstack *ss, struct sigstack *oss));
+
+/* sys/sigvec.c */
+int sigvec __P((int c, struct sigvec *f, struct sigvec *m));
+#endif
+
+#endif
index 6883e8c..0f41a77 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_SOCKET_H_
+#define _SYS_SOCKET_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982,1985, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -143,3 +148,63 @@ struct msghdr {
 #define        MSG_DONTROUTE   0x4             /* send without using routing tables */
 
 #define        MSG_MAXIOVLEN   16
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* sys/accept.c */
+int accept __P((int s, struct sockaddr *a, int *l));
+
+/* sys/bind.c */
+int bind __P((int s, struct sockaddr *n, int l));
+
+/* sys/connect.c */
+int connect __P((int s, struct sockaddr *n, int l));
+
+/* sys/getpeername.c */
+int getpeername __P((int s, struct sockaddr *n, int *l));
+
+/* sys/getsockname.c */
+int getsockname __P((int s, struct sockaddr *name, int *namelen));
+
+/* sys/getsockopt.c */
+int getsockopt __P((int s, int level, int opt, void *buf, int *len));
+
+/* sys/listen.c */
+int listen __P((int s, int b));
+
+/* sys/recv.c */
+int recv __P((int s, void *b, int l, int f));
+
+/* sys/recvfrom.c */
+int recvfrom __P((int s, void *b, int l, int f, struct sockaddr *fr, int *fl));
+
+/* sys/recvmsg.c */
+int recvmsg __P((int s, struct msghdr m[], int f));
+
+/* sys/send.c */
+int send __P((int s, void *m, int l, int f));
+
+/* sys/sendmsg.c */
+int sendmsg __P((int s, struct msghdr m[], int l));
+
+/* sys/sendto.c */
+int sendto __P((int s, void *m, int l, int f, struct sockaddr *t, int tl));
+
+/* sys/setsockopt.c */
+int setsockopt __P((int s, int level, int opt, void *buf, int len));
+
+/* sys/socket.c */
+int socket __P((int a, int t, int p));
+
+/* sys/socketpair.c */
+int socketpair __P((int d, int t, int p, int s[2]));
+#endif
+
+#endif
index 90779c2..c3e844b 100644 (file)
@@ -1,3 +1,12 @@
+#ifndef _SYS_SOCKETVAR_H_
+#define _SYS_SOCKETVAR_H_
+
+#include <sys/mbuf.h>
+/*#include <sys/param.h> sys/mbuf.h*/
+#include <sys/protosw.h>
+#include <sys/time.h>
+/*#include <sys/types.h> sys/mbuf.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -77,7 +86,6 @@ struct socket {
 #define        SS_NBIO                 0x100   /* non-blocking ops */
 #define        SS_ASYNC                0x200   /* async i/o notify */
 
-
 /*
  * Macros for sockets and socket buffering.
  */
@@ -142,5 +150,7 @@ struct socket {
 #define        sowwakeup(so)   sowakeup((so), &(so)->so_snd)
 
 #ifdef KERNEL
-struct socket *sonewconn();
+/*struct       socket *sonewconn();*/
+#endif
+
 #endif
index d5dfbcd..cd12645 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_STAT_H_
+#define _SYS_STAT_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,8 +11,7 @@
  *     @(#)stat.h      7.1 (Berkeley) 6/4/86
  */
 
-struct stat
-{
+struct stat {
        dev_t   st_dev;
        ino_t   st_ino;
        unsigned short st_mode;
@@ -40,3 +44,39 @@ struct       stat
 #define        S_IREAD 0000400         /* read permission, owner */
 #define        S_IWRITE 0000200        /* write permission, owner */
 #define        S_IEXEC 0000100         /* execute/search permission, owner */
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* sys/chmod.c */
+int chmod __P((char *s, int m));
+
+/* sys/fchmod.c */
+int fchmod __P((int f, int m));
+
+/* sys/fstat.c */
+int fstat __P((int f, struct stat *b));
+
+/* sys/lstat.c */
+int lstat __P((char *s, struct stat *b));
+
+/* sys/mkdir.c */
+int mkdir __P((char *p, int m));
+
+/* sys/mknod.c */
+int mknod __P((char *n, int m, int a));
+
+/* sys/stat.c */
+int stat __P((char *s, struct stat *b));
+
+/* sys/umask.c */
+int umask __P((int n));
+#endif
+
+#endif
index 5d2c0b9..0022051 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_SYSLOG_H_
+#define _SYS_SYSLOG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 #define        LOG_ODELAY      0x04    /* delay open until syslog() is called */
 #define LOG_NDELAY     0x08    /* don't delay open */
 #define LOG_NOWAIT     0x10    /* if forking to log on console, don't wait() */
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* gen/syslog.c */
+void syslog __P((int pri, char *fmt, ...));
+void openlog __P((char *ident, int logstat, int logfac));
+void closelog __P((void));
+int setlogmask __P((int pmask));
+#endif
+
+#endif
index bcd7b5d..a300d06 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_SYSTM_H_
+#define _SYS_SYSTM_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -56,18 +61,17 @@ extern      int icode[];            /* user init code */
 extern int szicode;            /* its size */
 #endif
 
-daddr_t        bmap();
-caddr_t        calloc();
-int    memall();
-int    vmemall();
-caddr_t        wmemall();
-swblk_t        vtod();
+/*daddr_t      bmap();*/
+/*caddr_t      calloc();*/
+/*int  memall();*/
+/*int  vmemall();*/
+/*caddr_t      wmemall();*/
+/*swblk_t      vtod();*/
 
 /*
  * Structure of the system-entry table
  */
-extern struct sysent
-{
+extern struct sysent {
        int     sy_narg;                /* total number of arguments */
        int     (*sy_call)();           /* handler */
 } sysent[];
@@ -83,3 +87,5 @@ extern        char vmmap[];           /* poor name! */
 /* casts to keep lint happy */
 #define        insque(q,p)     _insque((caddr_t)q,(caddr_t)p)
 #define        remque(q)       _remque((caddr_t)q)
+
+#endif
index 211678d..9ba4fd0 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_TABLET_H_
+#define _SYS_TABLET_H_
+
+#include <sys/ioctl.h>
+
 /*
  * Copyright (c) 1985, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
  *     @(#)tablet.h    7.1 (Berkeley) 6/4/86
  */
 
-#ifndef _TABLET_
+/*#ifndef _TABLET_*/
 /*
  * Tablet line discipline.
  */
 #ifdef KERNEL
 #include "../h/ioctl.h"
 #else
-#include <sys/ioctl.h>
+/*#include <sys/ioctl.h>*/
 #endif
 
 /*
@@ -64,4 +69,6 @@ struct        polpos {
 #define                TBHDGHIRES      0x0006          /* hdg-1111b, high res */
 #define BIOSTYPE       _IOW(b, 3, int)         /* set tablet type */
 #define BIOGTYPE       _IOR(b, 4, int)         /* get tablet type*/
+/*#endif*/
+
 #endif
index ac0594a..da09ed7 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_TEXT_H_
+#define _SYS_TEXT_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -14,8 +19,7 @@
  */
 #define        NXDAD   12              /* param.h:MAXTSIZ / vmparam.h:DMTEXT */
 
-struct text
-{
+struct text {
        struct  text *x_forw;   /* forward link in free list */
        struct  text **x_back;  /* backward link in free list */
        swblk_t x_daddr[NXDAD]; /* disk addresses of dmtext-page segments */
@@ -59,3 +63,5 @@ struct xstats {
        u_long  free_cache;             /*      placed in cache */
        u_long  free_cacheswap;         /*      swapped out to place in cache */
 };
+
+#endif
index f81d40b..5d2bb02 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_TIME_H_
+#define _SYS_TIME_H_
+
+/*#include <sys/types.h> time.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -54,3 +59,51 @@ struct       itimerval {
 #ifndef KERNEL
 #include <time.h>
 #endif
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* compat-4.1/utime.c */
+int utime __P((char *name, int otv[]));
+
+/* gen/alarm.c */
+int alarm __P((int secs));
+
+/* gen/sleep.c */
+void sleep __P((unsigned n));
+
+/* gen/time.c */
+long time __P((time_t *t));
+
+/* gen/ualarm.c */
+unsigned ualarm __P((register unsigned usecs, register unsigned reload));
+
+/* gen/usleep.c */
+void usleep __P((unsigned n));
+
+/* sys/adjtime.c */
+int adjtime __P((struct timeval *delta, struct timeval *odelta));
+
+/* sys/getitimer.c */
+int getitimer __P((int w, struct itimerval *v));
+
+/* sys/gettimeofday.c */
+int gettimeofday __P((struct timeval *t, struct timezone *z));
+
+/* sys/setitimer.c */
+int setitimer __P((int w, struct itimerval *v, struct itimerval *ov));
+
+/* sys/settimeofday.c */
+int settimeofday __P((struct timeval *t, struct timezone *z));
+
+/* sys/utimes.c */
+int utimes __P((char *f, struct timeval t[2]));
+#endif
+
+#endif
index 47ee0e2..ccac933 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_TIMEB_H_
+#define _SYS_TIMEB_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 /*
  * Structure returned by ftime system call
  */
-struct timeb
-{
+struct timeb {
        time_t  time;
        unsigned short millitm;
        short   timezone;
        short   dstflag;
 };
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* compat-4.1/ftime.c */
+int ftime __P((register struct timeb *tp));
+#endif
+
+#endif
index 546e7d1..9ba63fc 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_TIMES_H_
+#define _SYS_TIMES_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -15,3 +20,18 @@ struct tms {
        time_t  tms_cutime;             /* user time, children */
        time_t  tms_cstime;             /* system time, children */
 };
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* compat-4.1/times.c */
+int times __P((register struct tms *tmsp));
+#endif
+
+#endif
index 2e3e47f..853b44d 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_TRACE_H_
+#define _SYS_TRACE_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -84,3 +87,5 @@ int   tracewhich;
 #define        trace(a,b,b)    ;
 #endif
 #endif
+
+#endif
index fe4ca20..4e5e58b 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _SYS_TTY_H_
+#define _SYS_TTY_H_
+
+#include <sys/ioctl.h>
+/*#include <sys/ttychars.h> sys/ioctl.h*/
+/*#include <sys/types.h> sys/ioctl.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -10,8 +17,8 @@
 #include "ttychars.h"
 #include "ttydev.h"
 #else
-#include <sys/ttychars.h>
-#include <sys/ttydev.h>
+/*#include <sys/ttychars.h>*/
+/*#include <sys/ttydev.h> sys/ioctl.h*/
 #endif
 
 /*
@@ -137,3 +144,5 @@ extern      struct ttychars ttydefaults;
 #define        TAB             4
 #define        VTAB            5
 #define        RETURN          6
+
+#endif
index feb26a1..551e91c 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_TTYCHARS_H_
+#define _SYS_TTYCHARS_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -10,8 +13,8 @@
  * User visible structures and constants
  * related to terminal handling.
  */
-#ifndef _TTYCHARS_
-#define        _TTYCHARS_
+/*#ifndef _TTYCHARS_*/
+/*#define      _TTYCHARS_*/
 struct ttychars {
        char    tc_erase;       /* erase last character */
        char    tc_kill;        /* erase entire line */
@@ -47,4 +50,6 @@ struct ttychars {
 #define        CFLUSH  CTRL(o)
 #define        CWERASE CTRL(w)
 #define        CLNEXT  CTRL(v)
+/*#endif*/
+
 #endif
index 0ccd9a3..eea7e5c 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_TTYDEV_H_
+#define _SYS_TTYDEV_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -9,8 +12,8 @@
 /*
  * Terminal definitions related to underlying hardware.
  */
-#ifndef _TTYDEV_
-#define        _TTYDEV_
+/*#ifndef _TTYDEV_*/
+/*#define      _TTYDEV_*/
 
 /*
  * Speeds
@@ -48,4 +51,6 @@
 #define        DMBIC           2
 #define        DMGET           3
 #endif
+/*#endif*/
+
 #endif
index 37498ac..612ebbf 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_TYPES_H_
+#define _SYS_TYPES_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,8 +9,8 @@
  *     @(#)types.h     7.1 (Berkeley) 6/4/86
  */
 
-#ifndef _TYPES_
-#define        _TYPES_
+/*#ifndef _TYPES_*/
+/*#define      _TYPES_*/
 /*
  * Basic system types and major/minor device constructing/busting macros.
  */
@@ -73,4 +76,6 @@ typedef       u_short gid_t;
 /*#define      FD_ISSET(n, p)  ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS)))*/
 /*#define FD_ZERO(p)   bzero((char *)(p), sizeof(*(p)))*/
 
+/*#endif*/
+
 #endif
index 5efd22b..bc382e4 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_UIO_H_
+#define _SYS_UIO_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,8 +11,8 @@
  *     @(#)uio.h       7.1 (Berkeley) 6/4/86
  */
 
-#ifndef _UIO_
-#define        _UIO_
+/*#ifndef _UIO_*/
+/*#define      _UIO_*/
 
 struct iovec {
        caddr_t iov_base;
@@ -30,4 +35,22 @@ enum uio_rw { UIO_READ, UIO_WRITE };
 #define UIO_USERSPACE  0               /* from user data space */
 #define UIO_SYSSPACE   1               /* from system space */
 #define UIO_USERISPACE 2               /* from user I space */
+/*#endif*/
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* sys/readv.c */
+int readv __P((int d, struct iovec *v, int l));
+
+/* sys/writev.c */
+int writev __P((int f, struct iovec *v, int l));
+#endif
+
 #endif
index 9b7b6ee..7d1dce3 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_UN_H_
+#define _SYS_UN_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -15,5 +18,7 @@ struct        sockaddr_un {
 };
 
 #ifdef KERNEL
-int    unp_discard();
+/*int  unp_discard();*/
+#endif
+
 #endif
index 504b48d..39954a3 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_UNPCB_H_
+#define _SYS_UNPCB_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -44,3 +49,5 @@ struct        unpcb {
 };
 
 #define        sotounpcb(so)   ((struct unpcb *)((so)->so_pcb))
+
+#endif
index e7cc971..66ec4af 100644 (file)
@@ -1,3 +1,15 @@
+#ifndef _SYS_USER_H_
+#define _SYS_USER_H_
+
+#include <sys/dmap.h>
+#include <sys/namei.h>
+/*#include <sys/param.h> sys/namei.h*/
+#include <sys/resource.h>
+#include <sys/signal.h>
+/*#include <sys/time.h> sys/resource.h*/
+/*#include <sys/types.h> sys/dmap.h*/
+#include <vax/pcb.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 #include "namei.h"
 #else
 #include <machine/pcb.h>
-#include <sys/dmap.h>
-#include <sys/time.h>
-#include <sys/resource.h>
-#include <sys/namei.h>
+/*#include <sys/dmap.h>*/
+/*#include <sys/time.h>*/
+/*#include <sys/resource.h>*/
+/*#include <sys/namei.h>*/
 #endif
 
 /*
@@ -145,3 +157,5 @@ extern      struct user xswap2utl;
 extern struct user pushutl;
 extern struct user vfutl;
 #endif
+
+#endif
index 81650cf..ea748b0 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_VADVISE_H_
+#define _SYS_VADVISE_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -20,3 +23,5 @@
 #define        VA_ANOM 1
 #define        VA_SEQL 2
 #define        VA_FLUSH 3
+
+#endif
index 58d0255..7e8391b 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_VCMD_H_
+#define _SYS_VCMD_H_
+
+#include <sys/ioctl.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -10,7 +15,7 @@
 #ifdef KERNEL
 #include "ioctl.h"
 #else
-#include <sys/ioctl.h>
+/*#include <sys/ioctl.h>*/
 #endif
 #endif
 
@@ -20,3 +25,5 @@
 
 #define        VGETSTATE       _IOR(v, 0, int)
 #define        VSETSTATE       _IOW(v, 1, int)
+
+#endif
index 25b829a..eb25a7b 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_VLIMIT_H_
+#define _SYS_VLIMIT_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 #define        NLIMITS         6
 
 #define        INFINITY        0x7fffffff
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* compat-4.1/vlimit.c */
+int vlimit __P((int limit, int value));
+#endif
+
+#endif
index 441e4d1..76c7d8d 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_VM_H_
+#define _SYS_VM_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -22,3 +25,5 @@
 #include <sys/vmmeter.h>
 #include <sys/vmsystm.h>
 #endif
+
+#endif
index 6581ea6..01c5cf4 100644 (file)
@@ -1,3 +1,15 @@
+#ifndef _SYS_VMMAC_H_
+#define _SYS_VMMAC_H_
+
+/*#include <sys/param.h> vax/vmparam.h*/
+#include <sys/time.h>
+/*#include <sys/types.h> sys/param.h*/
+/*#include <vax/machparam.h> sys/param.h*/
+/*#include <vax/mtpr.h> vax/pcb.h*/
+#include <vax/pcb.h>
+/*#include <vax/pte.h> sys/param.h*/
+#include <vax/vmparam.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -62,7 +74,7 @@
        (((v) < (p)->p_tsize + (p)->p_dsize) ? ((p)->p_p0br + (v)) : \
        ((p)->p_addr - (BTOPUSRSTACK - (v))))
 #ifdef notdef
-struct pte *vtopte();
+/*struct       pte *vtopte();*/
 #endif
 
 /* Bytes to pages without rounding, and back */
@@ -164,3 +176,5 @@ struct      pte *vtopte();
 /* moved this from sys/vmmac.h to avoid a circular dependency */
 #define        mapin(pte, v, pfnum, count, prot) \
        (*(int *)(pte) = (pfnum) | (prot), mtpr(TBIS, ptob(v)))
+
+#endif
index 9a04350..29d80fe 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_VMMETER_H_
+#define _SYS_VMMETER_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -9,8 +12,7 @@
 /*
  * Virtual memory related instrumentation
  */
-struct vmmeter
-{
+struct vmmeter {
 #define        v_first v_swtch
        unsigned v_swtch;       /* context switches */
        unsigned v_trap;        /* calls to trap */
@@ -50,8 +52,7 @@ struct        vmmeter cnt, rate, sum;
 #endif
 
 /* systemwide totals computed every five seconds */
-struct vmtotal
-{
+struct vmtotal {
        short   t_rq;           /* length of the run queue */
        short   t_dw;           /* jobs in ``disk wait'' (neg priority) */
        short   t_pw;           /* jobs in page wait */
@@ -108,3 +109,5 @@ int rres;
 unsigned rectime;              /* accumulator for reclaim times */
 unsigned pgintime;             /* accumulator for page in times */
 #endif
+
+#endif
index deecc6a..ed851b2 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_VMPARAM_H_
+#define _SYS_VMPARAM_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -22,3 +25,5 @@ int   klin;
 int    kltxt;
 int    klout;
 #endif
+
+#endif
index 972a585..2e1b69c 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_VMSYSTM_H_
+#define _SYS_VMSYSTM_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -33,8 +36,7 @@ int   fastscan;               /* fastest scan rate, clusters/second */
 /*
  * Fork/vfork accounting.
  */
-struct forkstat
-{
+struct forkstat {
        int     cntfork;
        int     cntvfork;
        int     sizfork;
@@ -47,8 +49,7 @@ struct        forkstat forkstat;
 /*
  * Swap kind accounting.
  */
-struct swptstat
-{
+struct swptstat {
        int     pteasy;         /* easy pt swaps */
        int     ptexpand;       /* pt expansion swaps */
        int     ptshrink;       /* pt shrinking swaps */
@@ -57,3 +58,5 @@ struct        swptstat
 #ifdef KERNEL
 struct swptstat swptstat;
 #endif
+
+#endif
index 7a6fd1d..0c0d677 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _SYS_VSIO_H_
+#define _SYS_VSIO_H_
+
+#include <sys/ioctl.h>
+/*#include <sys/types.h> sys/ioctl.h*/
+
 /* @(#)vsio.h  7.1 (MIT) 6/4/86 */
  /****************************************************************************
  *                                                                         *
@@ -47,7 +53,6 @@
 #define        VSIOUSERWAIT    _IO(V, 15)      /* wait for user I/O completion */
 #define VSIOWAITGO     _IOW(V, 16, caddr_t)    /* wait then go */
 
-
 #define        VSIO_OFF        0               /* option off */
 #define        VSIO_ON         1               /* option on */
 
@@ -117,3 +122,5 @@ typedef struct _vsIoAddr {
        vsBox    mbox;                  /* atomic read/write */
 } vsIoAddr;
 typedef vsIoAddr *vsIoAddrAddr;
+
+#endif
index f970bd3..112a670 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYS_VTIMES_H_
+#define _SYS_VTIMES_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -28,3 +31,18 @@ struct vtimes {
 
 #ifdef KERNEL
 #endif
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* compat-4.1/vtimes.c */
+int vtimes __P((register struct vtimes *par, register struct vtimes *chi));
+#endif
+
+#endif
index ff44983..748182f 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _SYS_WAIT_H_
+#define _SYS_WAIT_H_
+
+#include <sys/resource.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -46,7 +51,6 @@ union wait    {
 #define w_stopval      w_S.w_Stopval
 #define w_stopsig      w_S.w_Stopsig
 
-
 #define        WSTOPPED        0177    /* value of s.stopval if process is stopped */
 
 /*
@@ -64,3 +68,21 @@ union wait   {
 #define WIFSTOPPED(x)  ((x).w_stopval == WSTOPPED)
 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0)
 #define WIFEXITED(x)   ((x).w_stopval != WSTOPPED && (x).w_termsig == 0)
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* sys/wait3.c */
+int wait3 __P((int *s, int o, struct rusage *r));
+
+/* sys/wait.c */
+int wait __P((int *s));
+#endif
+
+#endif
index 676507b..7a00375 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _NET_AF_H_
+#define _NET_AF_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -33,3 +38,5 @@ struct afhash {
 #ifdef KERNEL
 struct afswitch afswitch[];
 #endif
+
+#endif
index 5a0cc23..308c9af 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _NET_IF_H_
+#define _NET_IF_H_
+
+#include <sys/mbuf.h>
+/*#include <sys/socket.h> net/if_arp.h*/
+/*#include <sys/types.h> net/if_arp.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -207,8 +214,10 @@ struct     ifconf {
 #include "../net/if_arp.h"
 struct ifqueue rawintrq;               /* raw packet input queue */
 struct ifnet *ifnet;
-struct ifaddr *ifa_ifwithaddr(), *ifa_ifwithnet();
-struct ifaddr *ifa_ifwithdstaddr();
-#else KERNEL
+/*struct       ifaddr *ifa_ifwithaddr(), *ifa_ifwithnet();*/
+/*struct       ifaddr *ifa_ifwithdstaddr();*/
+#else
 #include <net/if_arp.h>
-#endif KERNEL
+#endif
+
+#endif
index 4701f41..efa09b9 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _NET_IF_ARP_H_
+#define _NET_IF_ARP_H_
+
+#include <sys/socket.h>
+/*#include <sys/types.h> sys/socket.h*/
+
 /*
  * Copyright (c) 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -49,3 +55,5 @@ struct arpreq {
 #define        ATF_PERM        0x04    /* permanent entry */
 #define        ATF_PUBL        0x08    /* publish entry (respond for other host) */
 #define        ATF_USETRAILERS 0x10    /* has requested trailers */
+
+#endif
index 6691e5f..77d190d 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _NET_NETISR_H_
+#define _NET_NETISR_H_
+
+#include <vax/mtpr.h>
+
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -36,3 +41,5 @@
 int    netisr;                         /* scheduling bits for network */
 #endif
 #endif
+
+#endif
index 3b8912a..ec7a9c7 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _NET_RAW_CB_H_
+#define _NET_RAW_CB_H_
+
+#include <net/route.h>
+/*#include <sys/socket.h> net/route.h*/
+/*#include <sys/types.h> net/route.h*/
+
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -53,3 +60,5 @@ struct raw_header {
 #ifdef KERNEL
 struct rawcb rawcb;                    /* head of list */
 #endif
+
+#endif
index 0fc82da..27c7597 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _NET_ROUTE_H_
+#define _NET_ROUTE_H_
+
+#include <sys/socket.h>
+/*#include <sys/types.h> sys/socket.h*/
+
 /*
  * Copyright (c) 1980, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -78,3 +84,5 @@ struct        mbuf *rthost[RTHASHSIZ];
 struct mbuf *rtnet[RTHASHSIZ];
 struct rtstat  rtstat;
 #endif
+
+#endif
index 32535ac..90464fb 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _NETIMP_IF_IMP_H_
+#define _NETIMP_IF_IMP_H_
+
+#include <sys/param.h>
+/*#include <sys/types.h> sys/param.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -158,3 +164,5 @@ char *impleaders[IMPTYPE_READY+1] = {
        "NOTIFY", "TRYING", "READY"
 };
 #endif
+
+#endif
index 3b7bf4b..3104760 100644 (file)
@@ -1,3 +1,12 @@
+#ifndef _NETIMP_IF_IMPHOST_H_
+#define _NETIMP_IF_IMPHOST_H_
+
+#include <netdb.h>
+#include <netimp/if_imp.h>
+#include <netinet/in.h>
+#include <sys/mbuf.h>
+/*#include <sys/types.h> netimp/if_imp.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -85,7 +94,9 @@ struct hmbuf {
 };
 
 #ifdef KERNEL
-struct host *hostlookup();
-struct host *hostenter();
-struct mbuf *hostdeque();
+/*struct host *hostlookup();*/
+/*struct host *hostenter();*/
+/*struct mbuf *hostdeque();*/
+#endif
+
 #endif
index 482615a..2c50dc5 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _NETINET_ICMP_VAR_H_
+#define _NETINET_ICMP_VAR_H_
+
+#include <netinet/ip_icmp.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -28,3 +33,5 @@ struct        icmpstat {
 #ifdef KERNEL
 struct icmpstat icmpstat;
 #endif
+
+#endif
index 20167e8..401b72c 100644 (file)
@@ -1,3 +1,11 @@
+#ifndef _NETINET_IF_ETHER_H_
+#define _NETINET_IF_ETHER_H_
+
+#include <net/if.h>
+/*#include <net/if_arp.h> net/if.h*/
+#include <netinet/in.h>
+/*#include <sys/types.h> net/if.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -50,7 +58,6 @@ struct        ether_arp {
 #define        arp_pln ea_hdr.ar_pln
 #define        arp_op  ea_hdr.ar_op
 
-
 /*
  * Structure shared between the ethernet driver modules and
  * the address resolution code.  For example, each ec_softc or il_softc
@@ -75,6 +82,8 @@ struct        arptab {
 
 #ifdef KERNEL
 u_char etherbroadcastaddr[6];
-struct arptab *arptnew();
-char *ether_sprintf();
+/*struct       arptab *arptnew();*/
+/*char *ether_sprintf();*/
+#endif
+
 #endif
index 1921022..440c42e 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _NETINET_IN_H_
+#define _NETINET_IN_H_
+
+#include <sys/domain.h>
+#include <sys/protosw.h>
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -26,7 +33,6 @@
 #define        IPPROTO_RAW             255             /* raw IP packet */
 #define        IPPROTO_MAX             256
 
-
 /*
  * Ports < IPPORT_RESERVED are reserved for
  * privileged processes (e.g. root).
@@ -93,12 +99,14 @@ struct sockaddr_in {
 /*
  * Functions for number representation conversion.
  */
-u_short        ntohs(), htons();
-u_long ntohl(), htonl();
+/*u_short      ntohs(), htons();*/
+/*u_long       ntohl(), htonl();*/
 
 #ifdef KERNEL
 extern struct domain inetdomain;
 extern struct protosw inetsw[];
-struct in_addr in_makeaddr();
-u_long in_netof(), in_lnaof();
+/*struct       in_addr in_makeaddr();*/
+/*u_long       in_netof(), in_lnaof();*/
+#endif
+
 #endif
index bba0e0f..534a66d 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _NETINET_IN_PCB_H_
+#define _NETINET_IN_PCB_H_
+
+#include <net/route.h>
+#include <netinet/in.h>
+/*#include <sys/types.h> net/route.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -34,5 +41,7 @@ struct inpcb {
 #define        sotoinpcb(so)   ((struct inpcb *)(so)->so_pcb)
 
 #ifdef KERNEL
-struct inpcb *in_pcblookup();
+/*struct       inpcb *in_pcblookup();*/
+#endif
+
 #endif
index 1825d88..60d7a12 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _NETINET_IN_SYSTM_H_
+#define _NETINET_IN_SYSTM_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -25,5 +30,7 @@ typedef u_long        n_long;                 /* long as received from the net */
 typedef        u_long  n_time;                 /* ms since 00:00 GMT, byte rev */
 
 #ifdef KERNEL
-n_time iptime();
+/*n_time       iptime();*/
+#endif
+
 #endif
index 9225938..1f9e12d 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _NETINET_IN_VAR_H_
+#define _NETINET_IN_VAR_H_
+
+#include <net/if.h>
+#include <netinet/in.h>
+/*#include <sys/types.h> net/if.h*/
+
 /*
  * Copyright (c) 1985, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -38,6 +45,8 @@ struct in_ifaddr {
 
 #ifdef KERNEL
 struct in_ifaddr *in_ifaddr;
-struct in_ifaddr *in_iaonnetof();
+/*struct       in_ifaddr *in_iaonnetof();*/
 struct ifqueue ipintrq;                /* ip packet input queue */
 #endif
+
+#endif
index 809778c..fbf53d8 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _NETINET_IP_H_
+#define _NETINET_IP_H_
+
+#include <netinet/in.h>
+#include <netinet/in_systm.h>
+/*#include <sys/types.h> netinet/in.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -106,3 +113,5 @@ struct      ip_timestamp {
 #define        IPTTLDEC        1               /* subtracted when forwarding */
 
 #define        IP_MSS          576             /* default maximum segment size */
+
+#endif
index a342e31..40f8a6b 100644 (file)
@@ -1,3 +1,11 @@
+#ifndef _NETINET_IP_ICMP_H_
+#define _NETINET_IP_ICMP_H_
+
+/*#include <netinet/in.h> netinet/ip.h*/
+/*#include <netinet/in_systm.h> netinet/ip.h*/
+#include <netinet/ip.h>
+/*#include <sys/types.h> netinet/in.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -98,3 +106,5 @@ struct icmp {
 #define        ICMP_MASKREPLY          18              /* address mask reply */
 
 #define        ICMP_MAXTYPE            18
+
+#endif
index d28c3f8..c5b1892 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _NETINET_IP_VAR_H_
+#define _NETINET_IP_VAR_H_
+
+#include <netinet/in.h>
+#include <sys/socket.h>
+/*#include <sys/types.h> netinet/in.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -93,5 +100,7 @@ struct       ipstat  ipstat;
 struct ipq     ipq;                    /* ip reass. queue */
 u_short        ip_id;                          /* ip packet ctr, for ids */
 
-struct mbuf *ip_srcroute();
+/*struct       mbuf *ip_srcroute();*/
+#endif
+
 #endif
index 8409c43..f6fbd89 100644 (file)
@@ -1,3 +1,11 @@
+#ifndef _NETINET_TCP_H_
+#define _NETINET_TCP_H_
+
+#include <netinet/ip.h>
+#include <netinet/ip_var.h>
+#include <sys/param.h>
+/*#include <sys/types.h> netinet/ip.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -54,3 +62,5 @@ struct tcphdr {
  */
 #define        TCP_NODELAY     0x01    /* don't delay send to coalesce packets */
 #define        TCP_MAXSEG      0x02    /* set maximum segment size */
+
+#endif
index 3dd6279..51c236a 100644 (file)
@@ -1,3 +1,11 @@
+#ifndef _NETINET_TCP_DEBUG_H_
+#define _NETINET_TCP_DEBUG_H_
+
+/*#include <netinet/in_systm.h> netinet/tcp_var.h*/
+#include <netinet/tcp_var.h>
+#include <netinet/tcpip.h>
+/*#include <sys/types.h> netinet/in_systm.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -30,3 +38,5 @@ char  *tanames[] =
 #define        TCP_NDEBUG 100
 struct tcp_debug tcp_debug[TCP_NDEBUG];
 int    tcp_debx;
+
+#endif
index 3ef9026..0b60692 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _NETINET_TCP_FSM_H_
+#define _NETINET_TCP_FSM_H_
+
+#include <netinet/tcp.h>
+/*#include <sys/protosw.h> netinet/tcp.h*/
+/*#include <sys/types.h> netinet/tcp.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -56,3 +63,5 @@ char *tcpstates[] = {
        "LAST_ACK",     "FIN_WAIT_2",   "TIME_WAIT",
 };
 #endif
+
+#endif
index 14c2865..deddd92 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _NETINET_TCP_SEQ_H_
+#define _NETINET_TCP_SEQ_H_
+
+#include <netinet/tcp.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -33,3 +38,5 @@
 #ifdef KERNEL
 tcp_seq        tcp_iss;                /* tcp initial send seq # */
 #endif
+
+#endif
index d6071fd..8aef842 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _NETINET_TCP_TIMER_H_
+#define _NETINET_TCP_TIMER_H_
+
+#include <sys/protosw.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -108,3 +113,5 @@ float       tcp_alpha, tcp_beta;
        if ((tv) > (tvmax)) \
                (tv) = (tvmax); \
 }
+
+#endif
index f1745ea..096d8dd 100644 (file)
@@ -1,3 +1,11 @@
+#ifndef _NETINET_TCP_VAR_H_
+#define _NETINET_TCP_VAR_H_
+
+#include <netinet/in_pcb.h>
+#include <netinet/tcp.h>
+#include <netinet/tcp_timer.h>
+/*#include <sys/types.h> netinet/in_pcb.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -86,7 +94,9 @@ struct        tcpstat {
 #ifdef KERNEL
 struct inpcb tcb;              /* head of queue of active tcpcb's */
 struct tcpstat tcpstat;        /* tcp statistics */
-struct tcpiphdr *tcp_template();
-struct tcpcb *tcp_close(), *tcp_drop();
-struct tcpcb *tcp_timers(), *tcp_disconnect(), *tcp_usrclosed();
+/*struct       tcpiphdr *tcp_template();*/
+/*struct       tcpcb *tcp_close(), *tcp_drop();*/
+/*struct       tcpcb *tcp_timers(), *tcp_disconnect(), *tcp_usrclosed();*/
+#endif
+
 #endif
index 8356c39..354ae4e 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _NETINET_TCPIP_H_
+#define _NETINET_TCPIP_H_
+
+/*#include <netinet/ip_var.h> netinet/tcp.h*/
+#include <netinet/tcp.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -30,3 +36,5 @@ struct tcpiphdr {
 #define        ti_win          ti_t.th_win
 #define        ti_sum          ti_t.th_sum
 #define        ti_urp          ti_t.th_urp
+
+#endif
index 6a7f020..6c25e77 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _NETINET_UDP_H_
+#define _NETINET_UDP_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -16,3 +21,5 @@ struct udphdr {
        short   uh_ulen;                /* udp length */
        u_short uh_sum;                 /* udp checksum */
 };
+
+#endif
index cfca943..b6022fe 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _NETINET_UDP_VAR_H_
+#define _NETINET_UDP_VAR_H_
+
+#include <netinet/in_pcb.h>
+#include <netinet/ip_var.h>
+#include <netinet/udp.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -37,3 +44,5 @@ struct        udpstat {
 struct inpcb udb;
 struct udpstat udpstat;
 #endif
+
+#endif
index ba6eef8..90bca6b 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _NETNS_IDP_H_
+#define _NETNS_IDP_H_
+
+#include <netns/ns.h>
+/*#include <sys/types.h> netns/ns.h*/
+
 /*
  * Copyright (c) 1984, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -17,3 +23,5 @@ struct idp {
        struct ns_addr  idp_dna;        /* Destination Network Address */
        struct ns_addr  idp_sna;        /* Source Network Address */
 };
+
+#endif
index 0c86598..8171a15 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _NETNS_IDP_VAR_H_
+#define _NETNS_IDP_VAR_H_
+
 /*
  * Copyright (c) 1984, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -20,3 +23,5 @@ struct        idpstat {
 #ifdef KERNEL
 struct idpstat idpstat;
 #endif
+
+#endif
index 5fdf1e7..fa23b58 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _NETNS_NS_H_
+#define _NETNS_NS_H_
+
+#include <sys/domain.h>
+#include <sys/socket.h>
+/*#include <sys/types.h> sys/socket.h*/
+
 /*
  * Copyright (c) 1984, 1985, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -22,7 +29,6 @@
 #define NSPROTO_RAW    255             /* Placemarker*/
 #define NSPROTO_MAX    256             /* Placemarker*/
 
-
 /*
  * Port/Socket numbers: network standard functions
  */
@@ -55,7 +61,6 @@
 #define        SO_ALL_PACKETS          7
 #define SO_MTU                 8
 
-
 /*
  * NS addressing
  */
@@ -106,8 +111,8 @@ struct sockaddr_ns {
 /*
  * Functions for number representation conversion.
  */
-u_short        ntohs(), htons();
-u_long ntohl(), htonl();
+/*u_short      ntohs(), htons();*/
+/*u_long       ntohl(), htonl();*/
 
 #ifdef KERNEL
 extern struct domain nsdomain;
@@ -116,5 +121,23 @@ union ns_host ns_zerohost;
 union ns_host ns_broadhost;
 union ns_net ns_zeronet;
 union ns_net ns_broadnet;
-u_short ns_cksum();
+/*u_short ns_cksum();*/
+#endif
+
+#ifndef KERNEL
+#ifndef __P
+#ifdef __STDC__
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif
+#endif
+
+/* ns/ns_addr.c */
+struct ns_addr ns_addr __P((char *name));
+
+/* ns/ns_ntoa.c */
+char *ns_ntoa __P((struct ns_addr addr));
+#endif
+
 #endif
index c98119f..da01dc3 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _NETNS_NS_ERROR_H_
+#define _NETNS_NS_ERROR_H_
+
+#include <netns/idp.h>
+/*#include <sys/types.h> netns/idp.h*/
+
 /*
  * Copyright (c) 1984, 1985, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -62,3 +68,5 @@ struct        ns_errstat {
 #ifdef KERNEL
 struct ns_errstat ns_errstat;
 #endif
+
+#endif
index a349ab4..1f87ca7 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _NETNS_NS_IF_H_
+#define _NETNS_NS_IF_H_
+
+#include <net/if.h>
+#include <netns/ns.h>
+/*#include <sys/socket.h> net/if.h*/
+
 /*
  * Copyright (c) 1985, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -48,6 +55,8 @@ struct nsip_req {
 
 #ifdef KERNEL
 struct ns_ifaddr *ns_ifaddr;
-struct ns_ifaddr *ns_iaonnetof();
+/*struct       ns_ifaddr *ns_iaonnetof();*/
 struct ifqueue nsintrq;        /* XNS input packet queue */
 #endif
+
+#endif
index 06a8487..9ffe9a5 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _NETNS_NS_PCB_H_
+#define _NETNS_NS_PCB_H_
+
+#include <net/route.h>
+#include <netns/ns.h>
+/*#include <sys/types.h> net/route.h*/
+
 /*
  * Copyright (c) 1984, 1985, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -46,8 +53,9 @@ struct nspcb {
 #define        NSSNDQ          2048
 #define        NSRCVQ          2048
 
-
 #ifdef KERNEL
 struct nspcb nspcb;                    /* head of list */
-struct nspcb *ns_pcblookup();
+/*struct       nspcb *ns_pcblookup();*/
+#endif
+
 #endif
index bf13709..53ee606 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _NETNS_SP_H_
+#define _NETNS_SP_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1984, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -23,3 +28,5 @@ struct sphdr {
        u_short sp_ack;         /* acknowledge number */
        u_short sp_alo;         /* allocation number */
 };
+
+#endif
index 10715ad..6d960e1 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _NETNS_SPIDP_H_
+#define _NETNS_SPIDP_H_
+
+#include <netns/idp.h>
+#include <netns/sp.h>
+
 /*
  * Copyright (c) 1984, 1985, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -33,3 +39,5 @@ struct spidp_q {
 #define si_seq si_s.sp_seq
 #define si_ack si_s.sp_ack
 #define si_alo si_s.sp_alo
+
+#endif
index 1f06c96..1448afa 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _NETNS_SPP_DEBUG_H_
+#define _NETNS_SPP_DEBUG_H_
+
+/*#include <netns/spidp.h> netns/spp_var.h*/
+#include <netns/spp_var.h>
+/*#include <sys/types.h> netns/spidp.h*/
+
 /*
  * Copyright (c) 1984, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -30,3 +37,5 @@ char  *sanames[] =
 #define        SPP_NDEBUG 100
 struct spp_debug spp_debug[SPP_NDEBUG];
 int    spp_debx;
+
+#endif
index de0bb31..30d1460 100644 (file)
@@ -1,3 +1,12 @@
+#ifndef _NETNS_SPP_VAR_H_
+#define _NETNS_SPP_VAR_H_
+
+#include <netinet/tcp_timer.h>
+#include <netns/ns_pcb.h>
+/*#include <netns/sp.h> netns/spidp.h*/
+#include <netns/spidp.h>
+/*#include <sys/types.h> netns/ns_pcb.h*/
+
 /*
  * Copyright (c) 1984, 1985, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -90,3 +99,5 @@ extern struct sppcb *spp_close(), *spp_disconnect(),
 #define        SSEQ_LEQ(a,b)   (((short)((a)-(b))) <= 0)
 #define        SSEQ_GT(a,b)    (((short)((a)-(b))) > 0)
 #define        SSEQ_GEQ(a,b)   (((short)((a)-(b))) >= 0)
+
+#endif
index 67a3f95..e70f12f 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAX_CLOCK_H_
+#define _VAX_CLOCK_H_
+
+#include <vax/mtpr.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -37,3 +42,5 @@
  * Software clock is software interrupt level 8,
  * implemented as mtpr(SIRR, 0x8) in asm.sed.
  */
+
+#endif
index f947eb4..f674f43 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAX_CONS_H_
+#define _VAX_CONS_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -37,3 +40,5 @@
 #define        TXDB_BOOT       0x02            /* reboot */
 #define        TXDB_CWSI       0x03            /* clear warm start inhibit */
 #define        TXDB_CCSI       0x04            /* clear cold-start inhibit */
+
+#endif
index 3acf3fc..5567254 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAX_CPU_H_
+#define _VAX_CPU_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -109,3 +114,5 @@ int cpu;
 struct percpu percpu[];
 #endif
 #endif
+
+#endif
index 8759364..53ff4a7 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAX_CRL_H_
+#define _VAX_CRL_H_
+
 /* 
  * @(#)crl.h   7.1 (Berkeley) 6/5/86
  */
@@ -69,7 +72,6 @@
 #define        CRL_OPEN        1
 #define        CRL_BUSY        2
 
-
 #define        CRLDS_BITS \
 "\20\20WDE\17CHE\16WL\15SKTO\14SPE\13WGE\12VC\11DSE\
 \10DT\7HS\6CO\5HO\4BH\3STC\2STB\1STA"
@@ -77,3 +79,5 @@
 #define        CRLCS_BITS \
 "\20\20CE\17DE\16NXM\15DLT\14DCRC\13OPI\1DRDY"
 #endif
+
+#endif
index acd4a58..23fb2ed 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAX_DKIO_H_
+#define _VAX_DKIO_H_
+
+#include <sys/ioctl.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -16,3 +21,5 @@
 
 /* disk io control commands */
 #define DKIOCHDR       _IO(d, 1)       /* next I/O will read/write header */
+
+#endif
index faceb76..ba14da6 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAX_FLP_H_
+#define _VAX_FLP_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -49,3 +52,5 @@
 #define        FL_OPEN         1
 #define        FL_BUSY         2
 #endif
+
+#endif
index 347e6a9..750c2b3 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAX_FRAME_H_
+#define _VAX_FRAME_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -20,3 +25,5 @@ struct frame {
        int     fr_savfp;               /* saved frame pointer */
        int     fr_savpc;               /* saved program counter */
 };
+
+#endif
index e2e7ff2..6e41553 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAX_IOA_H_
+#define _VAX_IOA_H_
+
+#include <sys/types.h>
+
 /*
  * @(#)ioa.h   7.1 (Berkeley) 6/5/86
  */
@@ -33,8 +38,7 @@
 #define        IOA8600(i)      ((caddr_t)(0x20080000+IOASIZE*i))
 
 #ifndef LOCORE
-struct sbia_regs
-{
+struct sbia_regs {
        int sbi_cfg;
        int sbi_csr;
        int sbi_errsum;
@@ -81,8 +85,10 @@ struct       ioa {
 };
 #ifdef KERNEL
 struct ioa ioa[MAXNIOA];
-#endif  KERNEL
-#endif LOCORE
+#endif
+#endif
 
 #define IOA_TYPMSK 0xf0
 #define IOA_SBIA       0x10
+
+#endif
index 8d1a331..871ee32 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAX_KA630_H_
+#define _VAX_KA630_H_
+
+#include <sys/types.h>
+
 /*
  *     @(#)ka630.h     7.1 (Berkeley) 6/5/86
  *
@@ -76,3 +81,5 @@ struct ka630cpu {
 };
 #endif
 #endif
+
+#endif
index 04cec5d..2e6dac2 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAX_MACHPARAM_H_
+#define _VAX_MACHPARAM_H_
+
+#include <vax/psl.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -51,6 +56,8 @@ int   cpuspeed;
 #endif
 #define        DELAY(n)        { register int N = cpuspeed * (n); while (--N > 0); }
 
-#else KERNEL
+#else
 #define        DELAY(n)        { register int N = (n); while (--N > 0); }
-#endif KERNEL
+#endif
+
+#endif
index e89add7..c8e3ad7 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAX_MEM_H_
+#define _VAX_MEM_H_
+
+#include <vax/mtpr.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -83,7 +88,7 @@ struct        mcr {
 \5WR_DT_PE_B0\4CHE_RD_DT_PE\3CHE_SEL\2ANY_REFL\1CP_BW_CHE_DT_PE"
 #define M8600_MSTAT2_BITS "\20\20CP_BYT_WR\17ABUS_BD_DT_CODE\10MULT_ERR\
 \7CHE_TAG_PE\6CHE_TAG_W_PE\5CHE_WRTN_BIT\4NXM\3CP-IO_BUF_ERR\2MBOX_LOCK"
-#endif VAX8600
+#endif
 
 #if VAX780
 #define        M780_ICRD       0x40000000      /* inhibit crd interrupts, in [2] */
@@ -168,3 +173,5 @@ int nmcr;
 struct mcr *mcraddr[MAXNMCR];
 int    mcrtype[MAXNMCR];
 #endif
+
+#endif
index e821159..9bd3546 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAX_MSCP_H_
+#define _VAX_MSCP_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -10,7 +15,6 @@
  * Definitions for the Mass Storage Control Protocol
  */
 
-
 /*
  * Control message opcodes
  */
@@ -36,7 +40,6 @@
 #define        M_OP_ACPTH      0102    /* Access path attention message */
 #define        M_OP_END        0200    /* End message flag */
 
-
 /*
  * Generic command modifiers
  */
@@ -89,7 +92,6 @@
  */
 #define        M_MD_PRIMR      0000001         /* Primary replacement block */
 
-
 /*
  * End message flags
  */
 #define        M_EF_ERLOG      0040    /* Error log generated */
 #define        M_EF_SEREX      0020    /* Serious exception */
 
-
 /*
  * Controller flags
  */
 #define        M_CF_SHADW      0002    /* Shadowing */
 #define        M_CF_576        0001    /* 576 byte sectors */
 
-
 /*
  * Unit flags
  */
 #define        M_UF_CMPWR      0000002         /* Compare writes */
 #define        M_UF_CMPRD      0000001         /* Compare reads */
 
-
 /*
  * Status codes
  */
@@ -271,7 +270,6 @@ struct mscp {
 #define        mscp_cntcmdl    mscp_usefrac
 #define        mscp_cntid      mscp_unitid
 
-
 /*
  * Error Log message format codes
  */
@@ -318,3 +316,4 @@ struct mslg {
 #define        mslg_busaddr    mslg_unitid.val[0]
 #define        mslg_sdecyl     mslg_group
 
+#endif
index eeb0ca1..669380c 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAX_MTPR_H_
+#define _VAX_MTPR_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -91,3 +94,5 @@
 #define        IUR     0x37            /* init unibus register */
 #define        TB      0x3b            /* translation buffer */
 #endif
+
+#endif
index 7bb6217..e2ff63e 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAX_NEXUS_H_
+#define _VAX_NEXUS_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -41,7 +46,7 @@
 
 #if VAX8600
 #define        MAXNNEXUS (2 * NNEXSBI)
-#else 
+#else
 #define        MAXNNEXUS NNEXSBI
 #endif
 
@@ -115,3 +120,5 @@ struct nexus nexus[MAXNNEXUS];
 #define        NEX_MEM256U     0x72            /* 256K chips, non-interleaved, upper */
 #define        NEX_MEM256UI    0x73            /* 256K chips, ext-interleaved, upper */
 #define        NEX_MEM256I     0x74            /* 256K chips, interleaved */
+
+#endif
index fe970aa..b280893 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAX_PCB_H_
+#define _VAX_PCB_H_
+
+#include <vax/mtpr.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -10,8 +15,7 @@
  * VAX process control block
  */
 
-struct pcb
-{
+struct pcb {
        int     pcb_ksp;        /* kernel stack pointer */
        int     pcb_esp;        /* exec stack pointer */
        int     pcb_ssp;        /* supervisor stack pointer */
@@ -65,3 +69,5 @@ struct pcb
        { \
                mtpr(ASTLVL, ASTLVL_NONE); \
        }
+
+#endif
index 40917ee..5f19c21 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAX_PSL_H_
+#define _VAX_PSL_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -31,3 +34,5 @@
 
 #define        PSL_USERSET     (PSL_PRVMOD|PSL_CURMOD)
 #define        PSL_USERCLR     (PSL_IS|PSL_IPL|PSL_MBZ)
+
+#endif
index 86d0987..0c29781 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAX_PTE_H_
+#define _VAX_PTE_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -17,8 +20,7 @@
  */
 
 #ifndef LOCORE
-struct pte
-{
+struct pte {
 unsigned int   pg_pfnum:21,            /* core page frame number or 0 */
                :2,
                pg_vreadm:1,            /* modified since vread (or with _m) */
@@ -28,14 +30,12 @@ unsigned int        pg_pfnum:21,            /* core page frame number or 0 */
                pg_prot:4,              /* access control */
                pg_v:1;                 /* valid bit */
 };
-struct hpte
-{
+struct hpte {
 unsigned int   pg_pfnum:21,
                :2,
                pg_high:9;              /* special for clustering */
 };
-struct fpte
-{
+struct fpte {
 unsigned int   pg_blkno:24,            /* file system block number */
                pg_fileno:1,            /* file mapped from or TEXT or ZERO */
                pg_fod:1,               /* is fill on demand (=1) */
@@ -93,3 +93,5 @@ extern        struct pte Ka630map[];
 #endif
 #endif
 #endif
+
+#endif
index 6847fd2..a6c2420 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAX_REG_H_
+#define _VAX_REG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -31,3 +34,5 @@
 #define        SP      (-5)
 #define        PS      (-1)
 #define        PC      (-2)
+
+#endif
index 0ec2eb3..f5342a9 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAX_RPB_H_
+#define _VAX_RPB_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -21,3 +24,5 @@ struct rpb {
 #ifdef KERNEL
 extern struct rpb rpb;
 #endif
+
+#endif
index 3b5279c..c0829b9 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _VAX_RSP_H_
+#define _VAX_RSP_H_
+
+#include <stdio.h>
+/*#include <sys/types.h> stdio.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -83,3 +89,4 @@ struct packet {
  */
 #define        TUSW_MRSP       010             /* use Modified RSP */
 
+#endif
index fa438c5..e497212 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAX_SCB_H_
+#define _VAX_SCB_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -64,3 +67,5 @@ extern        struct scb scb;
 #define        SCB_ISTACK      1
 #define        SCB_WCS         2
 #define        SCB_HALT        3
+
+#endif
index 91de976..87c3f02 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAX_TMSCP_H_
+#define _VAX_TMSCP_H_
+
+#include <sys/types.h>
+
 /*     @(#)tmscp.h     7.1 (Berkeley) 6/5/86 */
 
 /*
@@ -320,3 +325,4 @@ struct mslg {
 #define        mslg_busaddr    mslg_unitid.val[0]
 #define        mslg_sdecyl     mslg_group
 
+#endif
index b46d1c5..23ec8f6 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAX_TRAP_H_
+#define _VAX_TRAP_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -26,3 +29,5 @@
 #define        T_COMPATFLT     11              /* compatibility mode fault */
 #define        T_PAGEFLT       12              /* page fault */
 #define        T_TABLEFLT      13              /* page table fault */
+
+#endif
index a17cf61..f016450 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _VAX_VMPARAM_H_
+#define _VAX_VMPARAM_H_
+
+#include <sys/param.h>
+/*#include <vax/machparam.h> sys/param.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
 /* moved this to sys/vmmac.h to avoid a circular dependency */
 /*#define      mapin(pte, v, pfnum, count, prot) \
        (*(int *)(pte) = (pfnum) | (prot), mtpr(TBIS, ptob(v)))*/
+
+#endif
index 4b501ff..5842ad8 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXIF_IF_ACCREG_H_
+#define _VAXIF_IF_ACCREG_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -63,3 +68,5 @@ struct accdevice {
 
 #define ACC_OUTBITS \
 "\20\20ERR\17NXM\12TMR\10RDY\7IE\4BBACK\3ENLB\2RESET\1GO"
+
+#endif
index 1934eac..e013692 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXIF_IF_CSSREG_H_
+#define _VAXIF_IF_CSSREG_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -56,7 +61,6 @@ struct cssdevice {
 #define CSS_INBITS \
 "\20\20ERR\17NXM\16ATTN\15MAINT\14EOM\13IMPNR\12RLE\11CYCLE\10RDY\7IE\6XBA17\5XBA16\4WE\3HRDY\2CLR\1GO"
 
-
 /*
  * Output Control Status Register
  */
@@ -65,3 +69,5 @@ struct cssdevice {
 
 #define CSS_OUTBITS \
 "\20\20ERR\17NXM\16ATTN\15MAINT\11CYCLE\10RDY\7IE\6XBA17\5XBA16\4TXEC\3ENLB\2CLR\1GO"
+
+#endif
index c541842..58d38fb 100644 (file)
@@ -1,5 +1,9 @@
-/*     @(#)if_ddnreg.h 7.1 (Berkeley) 6/5/86 */
+#ifndef _VAXIF_IF_DDNREG_H_
+#define _VAXIF_IF_DDNREG_H_
+
+#include <sys/types.h>
 
+/*     @(#)if_ddnreg.h 7.1 (Berkeley) 6/5/86 */
 
 /************************************************************************\
 
@@ -27,7 +31,6 @@
        part of this software must include a copy of ACC's
        copyright notice.
 
-
 File:
                if_ddnreg.h
 
@@ -126,3 +129,5 @@ struct ddnregs {                    /* device registers */
 #define DDNXODD                2       /* start with odd address */
 #define DDNNUMR                4       /* non-UMR transfer */
 #define DDNXABT                8       /* abort transfer */
+
+#endif
index 4e63eb8..4e950b5 100644 (file)
@@ -1,6 +1,7 @@
-/*     @(#)if_ddnvar.h 7.1 (Berkeley) 6/5/86 */
-
+#ifndef _VAXIF_IF_DDNVAR_H_
+#define _VAXIF_IF_DDNVAR_H_
 
+/*     @(#)if_ddnvar.h 7.1 (Berkeley) 6/5/86 */
 
 /************************************************************************\
 
@@ -28,7 +29,6 @@
        part of this software must include a copy of ACC's
        copyright notice.
 
-
 File:
                if_ddnvar.h
 
@@ -118,3 +118,5 @@ typedef int         boolean;
 
 /* X25 protocols */
 #define        X25_PROTO_IP    0xcc            /* X25 IP protocol type code    */
+
+#endif
index 7c9dd9c..6e3a527 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _VAXIF_IF_DEREG_H_
+#define _VAXIF_IF_DEREG_H_
+
+#include <netinet/if_ether.h>
+/*#include <sys/types.h> netinet/if_ether.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -189,3 +195,5 @@ struct      de_buf {
        char    db_data[ETHERMTU];      /* packet data */
        int     db_crc;                 /* CRC - on receive only */
 };
+
+#endif
index b391532..497ba58 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXIF_IF_DMC_H_
+#define _VAXIF_IF_DMC_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -98,3 +101,5 @@ struct dmc_header {
 #define        DMC_FATAL (DMC_ERROR|DMC_NEXMEM|DMC_START|DMC_LOSTDATA|DMC_MAINTREC)
 #define        CNTLO_BITS      \
    "\10\12ERROR\11NEXMEM\10START\7DISC\5LSTDATA\4MAINT\3NOBUF\2TIMEO\1DATACK"
+
+#endif
index 28b76b5..8347d2e 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXIF_IF_ECREG_H_
+#define _VAXIF_IF_ECREG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -63,3 +66,5 @@ struct ecdevice {
 #define        ECRHBF          15              /* Last buffer for receive */
 
 #define        ECRDOFF         528             /* Packet offset in read buffer */
+
+#endif
index d82b785..2f34b1f 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXIF_IF_EN_H_
+#define _VAXIF_IF_EN_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -28,3 +33,5 @@ struct        en_header {
 #define        ENTYPE_NTRAILER 16
 
 #define EN_BROADCAST   0               /* Hardware broadcast address */
+
+#endif
index 623ad80..61936ac 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXIF_IF_ENREG_H_
+#define _VAXIF_IF_ENREG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -36,3 +39,5 @@ struct endevice {
 #define        EN_BITS "\10\20ERR\10OPDONE\7IEN\2PROM\1GO"
 
 #define        spl_enet()      spl5()
+
+#endif
index 68a0968..05c3c69 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXIF_IF_EXREG_H_
+#define _VAXIF_IF_EXREG_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +11,6 @@
  *     @(#)if_exreg.h  7.1 (Berkeley) 6/5/86
  */
 
-
 struct exdevice {
        char    xd_porta;       /* write on porta resets EXOS */
        char    xd_pad_a;
@@ -248,3 +252,4 @@ struct      confmsg {
 /*80*/
 };
 
+#endif
index 2f8f625..8cf0b5c 100644 (file)
@@ -1,5 +1,9 @@
-/*     @(#)if_hdhreg.h 7.1 (Berkeley) 6/5/86 */
+#ifndef _VAXIF_IF_HDHREG_H_
+#define _VAXIF_IF_HDHREG_H_
+
+#include <sys/types.h>
 
+/*     @(#)if_hdhreg.h 7.1 (Berkeley) 6/5/86 */
 
 /* $Header$ */
 
@@ -99,3 +103,5 @@ struct hdhregs {                     /* device registers */
 #define HDHDTERR       (HDHSUP+0x0600) /* host data error detected */
 #define HDHSQRCV       (HDHSUP+0x0700) /* HDLC sequence error detected by IMP */
 #define HDHSQERR       (HDHSUP+0x0800) /* HDLC sequence error detected by if-11 */
+
+#endif
index af50b7f..1fb85b2 100644 (file)
@@ -1,3 +1,10 @@
+#ifndef _VAXIF_IF_HY_H_
+#define _VAXIF_IF_HY_H_
+
+/*#include <net/if.h> sys/ioctl.h*/
+#include <sys/ioctl.h>
+/*#include <sys/types.h> net/if.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -45,7 +52,6 @@
  *
  */
 
-
 /*
  * Structure of a HYPERchannel adapter header
  */
@@ -60,7 +66,6 @@ struct        hy_hdr {
        short   hyh_type;               /* record type */
 };
 
-
 #define hyh_to         hyh_uto.hyh_addr
 #define hyh_to_port    hyh_uto.hyh_baddr[1]
 #define hyh_to_adapter hyh_uto.hyh_baddr[0]
@@ -304,3 +309,4 @@ char *hy_state_names[] = {
 };
 #endif
 
+#endif
index ca7dec3..638c087 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXIF_IF_HYREG_H_
+#define _VAXIF_IF_HYREG_H_
+
+#include <sys/types.h>
+
 /*
  *     @(#)if_hyreg.h  7.1 (Berkeley) 6/5/86
  *
@@ -10,7 +15,6 @@
  *
  */
 
-
 /*
  * Network Systems Corporation Hyperchannel interface
  *
@@ -183,3 +187,5 @@ struct      hydevice {
 #define        HYF_END_OP      0xE4    /* end operation */
 #define        HYF_CLRWFMSG    0xE6    /* clear wait for mwssage */
 #define        HYF_WAITFORMSG  0xE8    /* wait for message */
+
+#endif
index 75ba5dc..5a6cf0a 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXIF_IF_IL_H_
+#define _VAXIF_IF_IL_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -50,3 +55,5 @@ struct        il_collis {
        u_short ilc_length;             /* Length (should be 0-32) */
        u_short ilc_delay[16];          /* Delay Times */
 };
+
+#endif
index 0cad2f1..da3e6e2 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXIF_IF_ILREG_H_
+#define _VAXIF_IF_ILREG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -120,3 +123,5 @@ char *ildiag[NILDIAGS] = {
 #define        ILFSTAT_C       0x1             /* CRC error */
 #define        ILFSTAT_A       0x2             /* alignment error */
 #define        ILFSTAT_L       0x4             /* 1+ frames lost just before */
+
+#endif
index c708c1a..179a4b0 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXIF_IF_IX_H_
+#define _VAXIF_IF_IX_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -54,3 +59,5 @@ union ix_stats {
 #define IXC_CSCLR      IXC_MAP(10)             /* Clear Channel Statistics */
 #define IXC_RESET      IXC_MAP(11)             /* Reset DLA module */
 #define IXC_LDPA       IXC_MAP(12)             /* Load Physical Address */
+
+#endif
index 8841025..b88660a 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXIF_IF_PCLREG_H_
+#define _VAXIF_IF_PCLREG_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -57,3 +62,5 @@ struct pcldevice  {
 
 #define PCL_RERRBITS   "\20\20ERR\17NXL\16MEM_OFL\15TXM_ERR\14PARITY\13TIM_OUT\12BC_OFL\11DTO_RDY\10SUC_TXF\07BUSY\06REJ_COMP\05CHN_OPN"
 #define PCL_RCSRBITS   "\20\20REJ\17RC_NPR\16RCV_WD\10LD_SILO\07IE\04DTI_RDY\03INH_ADI\02RC_INIT\01RCV_DAT"
+
+#endif
index 7293f70..e57ebb1 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXIF_IF_QEREG_H_
+#define _VAXIF_IF_QEREG_H_
+
+#include <sys/types.h>
+
 /*     @(#)if_qereg.h  7.1 (Berkeley) 6/5/86 */
 
 /* @(#)if_qereg.h      1.2 (ULTRIX) 1/3/85 */
@@ -133,3 +138,5 @@ struct qe_ring      {
 #define QE_NOTYET              0x8000  /* Descriptor not in use yet    */
 #define QE_INUSE               0x4000  /* Descriptor being used by QNA */
 #define QE_MASK                        0xc000  /* Lastnot/error/used mask      */
+
+#endif
index f9d3805..90de07f 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _VAXIF_IF_UBA_H_
+#define _VAXIF_IF_UBA_H_
+
+#include <sys/types.h>
+#include <vax/pte.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -101,5 +107,7 @@ struct ifuba {
                if_ubaget(&(ifu)->ifu_info, &(ifu)->ifu_r, totlen, off0, ifp)
 #define        if_wubaput(ifu, m) \
                if_ubaput(&(ifu)->ifu_info, &(ifu)->ifu_xmt, m)
-struct mbuf *if_ubaget();
+/*struct       mbuf *if_ubaget();*/
+#endif
+
 #endif
index 0bc18d6..3994e1b 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXIF_IF_VV_H_
+#define _VAXIF_IF_VV_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -110,3 +115,5 @@ struct vvreg {
 #define VVIDENTSUCC 5          /* number of successes required in self-test */
 #define VVIDENTRETRY 10                /* identify loop attempt limit */
 #define VVTIMEOUT 60           /* seconds before a transmit timeout */
+
+#endif
index a2b7a3d..36e7c00 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXMBA_HPREG_H_
+#define _VAXMBA_HPREG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,8 +9,7 @@
  *     @(#)hpreg.h     7.1 (Berkeley) 6/5/86
  */
 
-struct hpdevice
-{
+struct hpdevice {
        int     hpcs1;          /* control and status register 1 */
        int     hpds;           /* drive status */
        int     hper1;          /* error register 1 */
@@ -164,3 +166,5 @@ struct hpdevice
 
 #define        SIRM03  0x8000          /* RM03 indication */
 #define        SIRM05  0x0000          /* RM05 pseudo-indication */
+
+#endif
index 91b4802..051b535 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXMBA_HTREG_H_
+#define _VAXMBA_HTREG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,8 +9,7 @@
  *     @(#)htreg.h     7.1 (Berkeley) 6/5/86
  */
 
-struct htdevice
-{
+struct htdevice {
        int     htcs1;          /* control status register */
        int     htds;           /* drive status register */
        int     hter;           /* error register */
@@ -110,3 +112,5 @@ struct      htdevice
 
 #define        b_repcnt  b_bcount
 #define        b_command b_resid
+
+#endif
index 3a5a9a9..9b652f0 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXMBA_MBAREG_H_
+#define _VAXMBA_MBAREG_H_
+
+#include <vax/pte.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -10,8 +15,7 @@
  * VAX MASSBUS adapter registers
  */
 
-struct mba_regs
-{
+struct mba_regs {
        int     mba_csr;                /* configuration register */
        int     mba_cr;                 /* control register */
        int     mba_sr;                 /* status register */
@@ -133,3 +137,5 @@ extern      char    mbsr_bits[];
 #define        MBDT_TU45       052
 #define        MBDT_TU77       054
 #define        MBDT_TU78       0101
+
+#endif
index 04c7c78..4103ed7 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXMBA_MBAVAR_H_
+#define _VAXMBA_MBAVAR_H_
+
+#include <sys/buf.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -137,9 +142,11 @@ struct mba_driver {
 int    nummba;
 #if NMBA > 0
 struct mba_hd mba_hd[NMBA];
-extern Xmba0int(), Xmba1int(), Xmba2int(), Xmba3int();
+/*extern       Xmba0int(), Xmba1int(), Xmba2int(), Xmba3int();*/
 
 extern struct  mba_device mbdinit[];
 extern struct  mba_slave mbsinit[];
 #endif
 #endif
+
+#endif
index 05f6b6e..138326a 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXMBA_MTREG_H_
+#define _VAXMBA_MTREG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -129,3 +132,5 @@ struct mtdevice {
 
 #define        b_repcnt  b_bcount
 #define        b_command b_resid
+
+#endif
index 9455b65..fd3a631 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXUBA_ADREG_H_
+#define _VAXUBA_ADREG_H_
+
+#include <sys/ioctl.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -27,3 +32,5 @@ struct addevice {
 #define AD_DONE                0200
 #define AD_INCENABLE           040000
 #define AD_ERROR               0100000
+
+#endif
index f672234..00c3a4b 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXUBA_DHREG_H_
+#define _VAXUBA_DHREG_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -51,3 +56,5 @@ struct dhdevice {
 #define        DH_PE           0010000         /* parity error */
 #define        DH_FE           0020000         /* framing error */
 #define        DH_DO           0040000         /* data overrun */
+
+#endif
index cacb946..ca629f6 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXUBA_DHUREG_H_
+#define _VAXUBA_DHUREG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -139,3 +142,5 @@ struct dhudevice {
 #define        DML_RTS         0000004         /* request to send */
 #define        DML_DTR         0000002         /* data terminal ready */
 #define        DML_LE          0000001         /* line enable */
+
+#endif
index 333b00e..a756ba7 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXUBA_DMFREG_H_
+#define _VAXUBA_DMFREG_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -145,3 +150,5 @@ struct dmfdevice {
 #define DMFC_LP                0x2000          /* LP dma parallel lineprinter i'face */
 #define DMFC_SYNC      0x4000          /* Synchronous serial interface */
 #define DMFC_ASYNC     0x8000          /* 8 Serial ports */
+
+#endif
index 49aefc4..c431b6f 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXUBA_DMREG_H_
+#define _VAXUBA_DMREG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -41,3 +44,5 @@ struct dmdevice {
 
 #define        DML_ON          (DML_DTR|DML_RTS|DML_LE)
 #define        DML_OFF         (DML_LE)
+
+#endif
index efe6cec..79e74be 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXUBA_DMZREG_H_
+#define _VAXUBA_DMZREG_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1985, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -127,7 +132,6 @@ struct dmzdevice {
 #define        DMZ_ON          (DMZ_DTR|DMZ_RTS|DMZ_LCE)
 #define        DMZ_OFF         DMZ_LCE
 
-
 /* bits in octet_tcc */
 #define        DMZ_HA          0140000         /* high address bits */
 
@@ -143,3 +147,5 @@ struct dmzdevice {
 
 #define        DMZ_NOC_MASK    03
 #define        DMZ_INTERFACE   000
+
+#endif
index 872a402..cfb6e7b 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXUBA_DZREG_H_
+#define _VAXUBA_DZREG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -87,3 +90,5 @@ struct dzdevice {
 #define        DML_RTS         0000004         /* request to send */
 #define        DML_DTR         0000002         /* data terminal ready */
 #define        DML_LE          0000001         /* line enable */
+
+#endif
index caa47cf..20799d6 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXUBA_IDCREG_H_
+#define _VAXUBA_IDCREG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -13,8 +16,7 @@
 #define        NRB80TRK        14      /* RB80 tracks/cylinder */
 #define        NRB80CYL        559     /* RB80 cylinders/disk */
 
-struct idcdevice
-{
+struct idcdevice {
        int     idccsr;         /* control status register */
        int     idcbar;         /* bus address register */
        int     idcbcr;         /* byte count register */
@@ -103,3 +105,5 @@ struct idcdevice
 
 #define        IDCRB80DS_BITS \
 "\10\16WTP\15DRDY\14ONCY\13SKE\12PLGV\11FLT\5SEC4\4SEC3\3SEC2\2SEC1\1SEC0"
+
+#endif
index 5d11725..e461b9a 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _VAXUBA_IKREG_H_
+#define _VAXUBA_IKREG_H_
+
+#include <sys/ioctl.h>
+/*#include <sys/types.h> sys/ioctl.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -112,3 +118,5 @@ struct ikdevice {
  */
 
 #define FMG0           060200000
+
+#endif
index bb62761..fcab961 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _VAXUBA_NPREG_H_
+#define _VAXUBA_NPREG_H_
+
+#include <sys/buf.h>
+/*#include <sys/types.h> sys/buf.h*/
+
 /*
  * Copyright (c) 1986 MICOM-Interlan, Inc., Boxborough Mass
  * All rights reserved.  The Berkeley software License Agreement
@@ -16,7 +22,6 @@
  * Specification.
  */
 
-
 #define NNPCNN         4       /* Number of connections per board */
 #define NPUNIT(a)      ((minor(a) >> 4) & 0x0F)
 #define NPCONN(a)      ((minor(a)) & 0x03)
@@ -133,12 +138,10 @@ typedef unsigned short unsign16;  /* 16 bit unsigned value */
 typedef unsigned unsign32;             /* 32 bit unsigned value */
 typedef long paddr_t;                  /* Physical addresses */
 
-
 /*
  * Tunables
  */
 
-
 #define NUMCQE         40              /* Number of CQE's per board */
 
 /* Host configuration word in Status Block */
@@ -467,3 +470,5 @@ struct npbase {
 #define        DEBCSR          0x1000          /* debug CSR commands */
 #define        DEBLOCK         0x2000          /* debug lock / unlock calls */
 #define NOBOARD                0x4000          /* debug user/host interface */
+
+#endif
index b19e03d..7517cbb 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXUBA_PDMA_H_
+#define _VAXUBA_PDMA_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -13,3 +16,5 @@ struct pdma {
        int     p_arg;
        int     (*p_fcn)();
 };
+
+#endif
index efa46f5..dc916df 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXUBA_PSREG_H_
+#define _VAXUBA_PSREG_H_
+
+#include <sys/ioctl.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +11,6 @@
  *     @(#)psreg.h     7.1 (Berkeley) 6/5/86
  */
 
-
 /*
  *     The Real Nitty Gritty Device Registers
  */
@@ -205,3 +209,5 @@ struct psdevice {
 
 #define FSWR           0177626
 #define FSLR           0177627
+
+#endif
index 5c8b4aa..08e3cba 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXUBA_RKREG_H_
+#define _VAXUBA_RKREG_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -11,8 +16,7 @@
 #define NRKSECT                22
 #define NRKTRK         3
 
-struct rkdevice
-{
+struct rkdevice {
        short   rkcs1;          /* control status reg 1 */
        short   rkwc;           /* word count */
        u_short rkba;           /* bus address */
@@ -134,3 +138,5 @@ struct rkdevice
 #define        RKAS_M800       0240            /*  -800 RK06,  -400 RK07 */
 #define        RKAS_P1200      0060            /*  +800 RK06,  +400 RK07 */
 #define        RKAS_M1200      0260            /* -1200 RK06, -1200 RK07 */
+
+#endif
index e7d6304..5155067 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXUBA_RLREG_H_
+#define _VAXUBA_RLREG_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -111,3 +116,5 @@ struct rldevice {
 #define        RLER_BITS \
 "\10\20WDE\17CHE\16WL\15SKTO\14SPE\13WGE\12VC\11DSE\
 \10DT\7HS\6CO\5HO\4BH\3STC\2STB\1STA"
+
+#endif
index e1c80e9..3eeb202 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXUBA_RXREG_H_
+#define _VAXUBA_RXREG_H_
+
+#include <sys/ioctl.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -9,7 +14,7 @@
 #ifdef KERNEL
 #include "ioctl.h"
 #else
-#include <sys/ioctl.h>
+/*#include <sys/ioctl.h>*/
 #endif
 
 /*
@@ -103,3 +108,5 @@ struct rxdeferr {
        { 0,    "Undefined error code" }
 };
 #endif
+
+#endif
index bf77bd3..e3be2e9 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXUBA_TMREG_H_
+#define _VAXUBA_TMREG_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -95,4 +100,6 @@ struct tmdevice {
 #define        FSR_BITS \
 "\10\20REJ\17TMS\16OVRN\15DATACHK\14SSC\13EOTS\12WRTS\11ROMPS\10CRERR\
 \7ONLS\6BOTS\5HDENS\4BUPER\3FPTS\2REWS\1RDYS"
-#endif AVIV
+#endif
+
+#endif
index 19ea140..e7b79b1 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXUBA_TMSCPREG_H_
+#define _VAXUBA_TMSCPREG_H_
+
 /* @(#)tmscpreg.h      7.1 (Berkeley) 6/5/86 */
 
 /*     @(#)tmscpreg.h  1.1     11/2/84 84/09/25        */
@@ -80,3 +83,5 @@ struct mscp_header {
        char    tmscp_credits;  /* low 4 bits: credits, high 4 bits: msgtype */
        char    tmscp_vcid;     /* virtual circuit id (connection id) */
 };
+
+#endif
index b7aaf4d..ea0e5c4 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXUBA_TSREG_H_
+#define _VAXUBA_TSREG_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -122,7 +127,6 @@ struct      ts_sts {
 #define        TSXS3_BITS      \
 "\10\10LMX\7OPI\6REV\5CRF\4DCK\3NOI\2LXS\1RIB"
 
-
 /* command message */
 struct ts_cmd {
        u_short c_cmd;          /* command */
@@ -158,9 +162,10 @@ struct ts_char {
        u_short char_mode;              /* characteristics */
 };
 
-
 /* characteristics */
 #define        TS_ESS  0200            /* enable skip tape marks stop */
 #define        TS_ENB  0100            /* ??? */
 #define        TS_EAI  0040            /* enable attention interrupts */
 #define        TS_ERI  0020            /* enable message buffer release interrupts */
+
+#endif
index 4474995..86aeed2 100644 (file)
@@ -1,3 +1,11 @@
+#ifndef _VAXUBA_UBAREG_H_
+#define _VAXUBA_UBAREG_H_
+
+/*#include <sys/types.h> vax/cpu.h*/
+#include <vax/cpu.h>
+#include <vax/machparam.h>
+#include <vax/pte.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -26,8 +34,7 @@
 /*
  * UBA hardware registers
  */
-struct uba_regs
-{
+struct uba_regs {
        int     uba_cnfgr;              /* configuration register */
        int     uba_cr;                 /* control register */
        int     uba_sr;                 /* status register */
@@ -137,8 +144,6 @@ struct uba_regs
 #define        UBAPURGE(uba, bdp)
 #endif
 
-
-
 /* uba_mr[] */
 #define        UBAMR_MRV       0x80000000      /* map register valid */
 #define        UBAMR_BO        0x02000000      /* byte offset bit */
@@ -189,3 +194,4 @@ struct uba_regs
  */
 #define        ubdevreg(addr)  (0760000|((addr)&017777))
 
+#endif
index c9e71ad..810718f 100644 (file)
@@ -1,3 +1,11 @@
+#ifndef _VAXUBA_UBAVAR_H_
+#define _VAXUBA_UBAVAR_H_
+
+#include <sys/buf.h>
+/*#include <sys/types.h> sys/buf.h*/
+/*#include <vax/machparam.h> sys/buf.h*/
+/*#include <vax/pte.h> sys/buf.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -200,7 +208,9 @@ extern      int (*UNI1vec[])();                     /* unibus vec for uba1 */
  * UNIbus adaptors to vector to locore unibus adaptor interrupt dispatchers
  * which make 780's look like the other VAXen.
  */
-extern Xua0int(), Xua1int(), Xua2int(), Xua3int();
-#endif VAX780
-#endif KERNEL
-#endif !LOCORE
+/*extern       Xua0int(), Xua1int(), Xua2int(), Xua3int();*/
+#endif
+#endif
+#endif
+
+#endif
index 6f8adfd..b659ce3 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXUBA_UDAREG_H_
+#define _VAXUBA_UDAREG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -27,7 +30,6 @@ struct udadevice {
 #define        UDA_PI          0000001 /* host requests adapter purge interrupts */
 #define        UDA_GO          0000001 /* start operation, after init */
 
-
 /*
  * UDA Communications Area
  */
@@ -55,3 +57,5 @@ struct mscp_header {
        char    uda_credits;    /* low 4 bits: credits, high 4 bits: msgtype */
        char    uda_vcid;       /* virtual circuit id */
 };
+
+#endif
index c0d8802..6820d7f 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXUBA_UPREG_H_
+#define _VAXUBA_UPREG_H_
+
+#include <sys/types.h>
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -11,8 +16,7 @@
  * registers and bits.
  */
 
-struct updevice
-{
+struct updevice {
        u_short upcs1;          /* control and status register 1 */
        short   upwc;           /* word count register */
        u_short upba;           /* UNIBUS address register */
@@ -164,3 +168,5 @@ struct updevice
 #define        UPOF_M800       0240            /*  -800 uinches */
 #define        UPOF_P1200      0060            /* +1200 uinches */
 #define        UPOF_M1200      0260            /* -1200 uinches */
+
+#endif
index 7a0442d..622f2ce 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _VAXUBA_UTREG_H_
+#define _VAXUBA_UTREG_H_
+
+#include <sys/buf.h>
+/*#include <sys/types.h> sys/buf.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -173,3 +179,5 @@ struct utdevice {
 #define        b_repcnt  b_bcount
 #define        b_command b_resid
 #define        b_state   b_active  
+
+#endif
index de64ab7..29fbb97 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _VAXUBA_UUREG_H_
+#define _VAXUBA_UUREG_H_
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -6,7 +9,6 @@
  *     @(#)uureg.h     7.1 (Berkeley) 6/5/86
  */
 
-
 /*
  * DL11-E/DL11-W UNIBUS (for TU58) controller registers
  */
@@ -35,3 +37,4 @@ struct uudevice {
 
 #define        UUDB_DMASK      0x00ff  /* data mask (send and receive data) */
 
+#endif
index 13860bb..ed9b5a8 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef _VAXUBA_VPREG_H_
+#define _VAXUBA_VPREG_H_
+
+#include <sys/param.h>
+/*#include <sys/types.h> sys/param.h*/
+
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
@@ -30,3 +36,5 @@ struct        vpdevice {
 #define        VP_CLRCOM       0000004
 #define        VP_RESET        0000002
 #define        VP_SPP          0000001
+
+#endif
index b799d52..aaec333 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef _VAXUBA_VSREG_H_
+#define _VAXUBA_VSREG_H_
+
+#include <sys/types.h>
+
 /* @(#)vsreg.h 7.1 (MIT) 6/5/86 */
  /****************************************************************************
  *                                                                         *
@@ -208,7 +213,6 @@ struct vs_fparm{
 #define        vs_cxr          vs_csr5
 #define        vs_cyr          vs_csr6
 
-
 /* 
  * CSR 7 - Interrupt vector in fiber cable machines
  */
@@ -232,3 +236,5 @@ struct vs_fparm{
  */
 
 #define        vs_ivr2         vs_csrf
+
+#endif