aboutsummaryrefslogtreecommitdiff
path: root/security/ssh/files/patch-ac
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-10-16 04:56:12 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-10-16 04:56:12 +0000
commitdfd4904911d853f1e261442b7a831437e1e1e20b (patch)
tree9aa9334121be34fd43cfad4f35ac4c40985e5a9a /security/ssh/files/patch-ac
parent155874a7c35889f572c740f8e58b80f76e72afcc (diff)
Notes
Diffstat (limited to 'security/ssh/files/patch-ac')
-rw-r--r--security/ssh/files/patch-ac45
1 files changed, 22 insertions, 23 deletions
diff --git a/security/ssh/files/patch-ac b/security/ssh/files/patch-ac
index 7701a515af29..3ae8d807cdc1 100644
--- a/security/ssh/files/patch-ac
+++ b/security/ssh/files/patch-ac
@@ -1,24 +1,23 @@
-*** login.c.bak Thu Jun 6 15:39:34 1996
---- login.c Mon Jun 17 19:56:43 1996
+*** gmp-2.0.2/Makefile.in.bak Mon Sep 30 02:29:39 1996
+--- gmp-2.0.2/Makefile.in Wed Oct 16 07:33:48 1996
***************
-*** 236,241 ****
---- 236,254 ----
- strncpy(u.ut_user, user, sizeof(u.ut_user));
- #endif /* HAVE_NAME_IN_UTMP */
- #ifdef HAVE_HOST_IN_UTMP
-+ #ifdef __FreeBSD__
-+ if (strlen(host) > UT_HOSTSIZE) {
-+ struct hostent *hp = gethostbyname(host);
-+
-+ if (hp != NULL) {
-+ struct in_addr in;
-+
-+ memmove(&in, hp->h_addr, sizeof(in));
-+ host = inet_ntoa(in);
-+ } else
-+ host = "invalid hostname";
-+ }
-+ #endif
- strncpy(u.ut_host, host, sizeof(u.ut_host));
- #endif /* HAVE_HOST_IN_UTMP */
- #ifdef HAVE_ADDR_IN_UTMP
+*** 27,35 ****
+ infodir = $(prefix)/info
+ includedir = $(prefix)/include
+
+! CC = gcc
+ LOCAL_CC = $(CC)
+! CFLAGS = -g -O
+ XCFLAGS =
+ AR = ar
+ AR_FLAGS = rc
+--- 27,35 ----
+ infodir = $(prefix)/info
+ includedir = $(prefix)/include
+
+! #CC = gcc
+ LOCAL_CC = $(CC)
+! #CFLAGS = -g -O
+ XCFLAGS =
+ AR = ar
+ AR_FLAGS = rc