Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/lpr/pac remove unused variable
details: https://anonhg.NetBSD.org/src/rev/05b2306b06db
branches: trunk
changeset: 485413:05b2306b06db
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Apr 27 13:40:18 2000 +0000
description:
remove unused variable
diffstat:
usr.sbin/lpr/pac/pac.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 1a33298a47d7 -r 05b2306b06db usr.sbin/lpr/pac/pac.c
--- a/usr.sbin/lpr/pac/pac.c Thu Apr 27 13:39:22 2000 +0000
+++ b/usr.sbin/lpr/pac/pac.c Thu Apr 27 13:40:18 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pac.c,v 1.13 2000/04/27 09:43:38 jdolecek Exp $ */
+/* $NetBSD: pac.c,v 1.14 2000/04/27 13:40:18 msaitoh Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)pac.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: pac.c,v 1.13 2000/04/27 09:43:38 jdolecek Exp $");
+__RCSID("$NetBSD: pac.c,v 1.14 2000/04/27 13:40:18 msaitoh Exp $");
#endif
#endif /* not lint */
@@ -112,7 +112,6 @@
char * const argv[];
{
FILE *acct;
- char *cp;
int opt;
while ((opt = getopt(argc, argv, "P:p:scmr")) != -1) {
Home |
Main Index |
Thread Index |
Old Index