diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-12-08 01:13:43 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-12-08 01:13:43 +0000 |
commit | 55c1691243987979c1d6e6e0c82feadcd1136617 (patch) | |
tree | e6a9f7cba794ed8cb0b6a915da1fe809e051e7ce /usr.sbin/mtree/extern.h | |
parent | 5afaaf539fd3d30c6dc1d6b4533ba69d1354a049 (diff) |
64-bit clean + RCS tags
Diffstat (limited to 'usr.sbin/mtree/extern.h')
-rw-r--r-- | usr.sbin/mtree/extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mtree/extern.h b/usr.sbin/mtree/extern.h index 35bfb49fdc5..456d6da9217 100644 --- a/usr.sbin/mtree/extern.h +++ b/usr.sbin/mtree/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/12/08 01:13:39 niklas Exp $ */ /* $NetBSD: extern.h,v 1.3 1995/03/07 21:12:07 cgd Exp $ */ /*- @@ -36,7 +37,7 @@ */ int compare __P((char *, NODE *, FTSENT *)); -int crc __P((int, u_long *, u_long *)); +int crc __P((int, u_int32_t *, u_int32_t *)); void cwalk __P((void)); void err __P((const char *, ...)); char *inotype __P((u_int)); |