Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/lpr/filters Need <string.h> for memset() prototype.



details:   https://anonhg.NetBSD.org/src/rev/18d3eee27bdc
branches:  trunk
changeset: 485534:18d3eee27bdc
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Apr 30 15:47:55 2000 +0000

description:
Need <string.h> for memset() prototype.

diffstat:

 usr.sbin/lpr/filters/lpf.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r e81d1ed8783b -r 18d3eee27bdc usr.sbin/lpr/filters/lpf.c
--- a/usr.sbin/lpr/filters/lpf.c        Sun Apr 30 14:23:29 2000 +0000
+++ b/usr.sbin/lpr/filters/lpf.c        Sun Apr 30 15:47:55 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lpf.c,v 1.8 2000/04/29 00:12:32 abs Exp $      */
+/*     $NetBSD: lpf.c,v 1.9 2000/04/30 15:47:55 thorpej Exp $  */
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)lpf.c      8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: lpf.c,v 1.8 2000/04/29 00:12:32 abs Exp $");
+__RCSID("$NetBSD: lpf.c,v 1.9 2000/04/30 15:47:55 thorpej Exp $");
 #endif
 #endif /* not lint */
 
@@ -53,6 +53,7 @@
  */
 
 #include <signal.h>
+#include <string.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>



Home | Main Index | Thread Index | Old Index