aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fsplit/fsplit.c
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-09-06 20:15:56 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-09-06 20:15:56 +0000
commit3bbeaf7f43c64e28ac4186e0156bf279833f3e64 (patch)
tree49000235902bb98c7834d807bab034cbae7eb6a1 /usr.bin/fsplit/fsplit.c
parentfe3cac87c165807dfbed45bdb40cf1dab88b0c44 (diff)
Don't depend on the fact that variables default to int.
Notes
Notes: svn path=/head/; revision=51035
Diffstat (limited to 'usr.bin/fsplit/fsplit.c')
-rw-r--r--usr.bin/fsplit/fsplit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fsplit/fsplit.c b/usr.bin/fsplit/fsplit.c
index d80837efb506..7a297bc91bbf 100644
--- a/usr.bin/fsplit/fsplit.c
+++ b/usr.bin/fsplit/fsplit.c
@@ -115,7 +115,7 @@ main(argc, argv)
char **argv;
{
register FILE *ofp; /* output file */
- register rv; /* 1 if got card in output file, 0 otherwise */
+ register int rv; /* 1 if got card in output file, 0 otherwise */
register char *ptr;
int nflag, /* 1 if got name of subprog., 0 otherwise */
retval,