pkgsrc/misc/buffer/patches/patch-ac
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

23 lines
419 B
Text

$NetBSD: patch-ac,v 1.3 2005/12/05 20:50:38 rillig Exp $
--- buffer.c.orig 1994-10-04 09:44:53.000000000 -0700
+++ buffer.c
@@ -118,6 +118,4 @@
#endif
-extern char *shmat();
-
/* General macros */
#define TRUE 1
@@ -385,4 +383,5 @@ parse_args( argc, argv )
/* The interrupt handler */
+void
shutdown()
{
@@ -401,4 +400,5 @@ shutdown()
/* Shutdown because the child has ended */
+void
child_shutdown()
{