mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
|
--- src/TestLogin.c.orig Thu Jul 1 21:51:28 1999
|
||
|
+++ src/TestLogin.c Tue Mar 7 22:05:04 2000
|
||
|
@@ -67,7 +67,9 @@
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
#include <signal.h>
|
||
|
+#ifndef __STDC__
|
||
|
#include <malloc.h>
|
||
|
+#endif
|
||
|
|
||
|
|
||
|
#define forever 1
|