Update cksum to 4.4BSD (8.1) from ftp.uu.net. This should bring us into
[unix-history] / usr.bin / cksum / sum2.c
index 730359a..c54d88e 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)sum2.c     5.1 (Berkeley) 4/4/91";
+static char sccsid[] = "@(#)sum2.c     8.1 (Berkeley) 6/6/93";
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <unistd.h>
 
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <unistd.h>
 
+int
 csum2(fd, cval, clen)
        register int fd;
        u_long *cval, *clen;
 csum2(fd, cval, clen)
        register int fd;
        u_long *cval, *clen;