Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sushi Make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/c14c8e415835
branches:  trunk
changeset: 501940:c14c8e415835
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue Jan 09 17:08:47 2001 +0000

description:
Make this compile again.
(Compile before commit...)

diffstat:

 usr.sbin/sushi/blabel.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 4b334ac33101 -r c14c8e415835 usr.sbin/sushi/blabel.c
--- a/usr.sbin/sushi/blabel.c   Tue Jan 09 16:04:03 2001 +0000
+++ b/usr.sbin/sushi/blabel.c   Tue Jan 09 17:08:47 2001 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: blabel.c,v 1.2 2001/01/09 09:41:41 garbled Exp $       */
+/*      $NetBSD: blabel.c,v 1.3 2001/01/09 17:08:47 augustss Exp $       */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -93,8 +93,6 @@
 static void
 wrap_help(EObjectType cdktype, void *object, void *clientdata, chtype key)
 {
-       char buf[PATH_MAX+30];
-       struct stat sb;
        char *p;
        int rc, i;
 



Home | Main Index | Thread Index | Old Index