diff options
Diffstat (limited to 'comms/mgetty+sendfax/files/patch-ah')
-rw-r--r-- | comms/mgetty+sendfax/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/files/patch-ah b/comms/mgetty+sendfax/files/patch-ah new file mode 100644 index 000000000000..1d9ba91108b8 --- /dev/null +++ b/comms/mgetty+sendfax/files/patch-ah @@ -0,0 +1,11 @@ +--- callback/callback.c.orig Fri Feb 18 10:08:43 2000 ++++ callback/callback.c Fri Feb 18 10:08:54 2000 +@@ -69,7 +69,7 @@ + * system header files) + */ + #ifndef __NetBSD__ +-time_t time _PROTO(( long * tloc )); ++time_t time _PROTO(( time_t * tloc )); + #endif + + /* conf_cb.c */ |