diff options
Diffstat (limited to 'usr.sbin/lpr/lptest/lptest.c')
-rw-r--r-- | usr.sbin/lpr/lptest/lptest.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lptest/lptest.c b/usr.sbin/lpr/lptest/lptest.c index 5ce80b5d4fa..7916eb5c240 100644 --- a/usr.sbin/lpr/lptest/lptest.c +++ b/usr.sbin/lpr/lptest/lptest.c @@ -1,3 +1,6 @@ +/* $OpenBSD: lptest.c,v 1.2 1996/04/21 23:40:46 deraadt Exp $ */ +/* $NetBSD: lptest.c,v 1.5 1996/03/21 18:13:20 jtc Exp $ */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -48,7 +51,7 @@ static char sccsid[] = "@(#)lptest.c 8.1 (Berkeley) 6/6/93"; /* * lptest -- line printer test program (and other devices). */ -void +int main(argc, argv) int argc; char **argv; |