freebsd-ports/textproc/agrep/files/patch-sgrep.c
Christian Weisgerber 8d5699d7ad * Honor CFLAGS.
* Include proper prototypes; fixes dire warnings on alpha.
2002-07-21 01:56:56 +00:00

12 lines
284 B
C

$FreeBSD$
--- sgrep.c.orig Sat Apr 11 00:12:02 1992
+++ sgrep.c Sun Jul 21 03:50:47 2002
@@ -1,5 +1,6 @@
/* Copyright (c) 1991 Sun Wu and Udi Manber. All Rights Reserved. */
#include <stdio.h>
+#include <stdlib.h>
#include <ctype.h>
#define MAXSYM 256
#define MAXMEMBER 8192