diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-01-03 11:06:56 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-01-03 11:06:56 +0000 |
commit | 34a5183f979155dc12deb53ece5cb6cc1d95aebf (patch) | |
tree | 2c7c225fa1743a9442d4e11a61e6e9f4c53f5693 /usr.bin/cvs/rcsnum.c | |
parent | 99d364e6b55b36eef5a00c610641233bf585e78e (diff) |
knf;
Diffstat (limited to 'usr.bin/cvs/rcsnum.c')
-rw-r--r-- | usr.bin/cvs/rcsnum.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/rcsnum.c b/usr.bin/cvs/rcsnum.c index b921ec92119..fba370eceeb 100644 --- a/usr.bin/cvs/rcsnum.c +++ b/usr.bin/cvs/rcsnum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsnum.c,v 1.22 2006/01/02 08:11:56 xsa Exp $ */ +/* $OpenBSD: rcsnum.c,v 1.23 2006/01/03 11:06:55 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -31,8 +31,8 @@ #include "rcs.h" -static int rcsnum_setsize(RCSNUM *, u_int); -static char *rcsnum_itoa(u_int16_t, char *, size_t); +static int rcsnum_setsize(RCSNUM *, u_int); +static char *rcsnum_itoa(u_int16_t, char *, size_t); /* |