mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
999c378f96
PR: 17252 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
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
|