Commit graph

9 commits

Author SHA1 Message Date
joerg
5812f618af Use modern C features like variadic functions. 2013-10-04 18:36:16 +00:00
apb
ea49bf4106 Make this build with recent compilers: Include <stdio.h> and
<stdlib.h>, remove local declarations of things that are declared
standard headers, and explicilty declare a function to return int.

Bump PKGREVISION to 1.

Both the old and new patch-aa do the same thing, despite looking
so different.  The new one was produced by mkpatches.
2011-08-13 09:09:00 +00:00
minskim
f4e38275c1 Include stdlib.h to declare exit(), malloc(), and calloc() explicitly. 2006-07-18 18:03:47 +00:00
joerg
3fabd20993 Depend on errno.h to provide errno. 2005-11-10 18:29:01 +00:00
kristerw
72314a473b Make this package build when using gcc 3.3. 2004-06-13 17:25:48 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
frueauf
d9096e5b70 Make this work with MANZ and tidy up patchfiles; don't patch the same
file in n patchfiles, just one per patch for better maintainance.
1998-05-22 13:52:12 +00:00
agc
352d7a0f37 Mark FreeBSD RCS Id as such.
Make this compile on NetBSD:
+ __FreeBSD__ -> (defined(BSD) && BSD >= 199306)
+ eliminate compiler warnings by working around unusual definition in
switch statement.
+ change the man directory location to reflect NetBSD reality.
1997-10-13 12:47:44 +00:00
hubertf
240eed442d Import as of 09/25/97 1997-10-11 21:53:59 +00:00