From d02eecccd268a8c846c9c94b67bbfcf63dc0ffc5 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 19 Nov 1998 09:19:19 +0000 Subject: Update to version 3.11.6. (currently the "password=y" feature to requre a password to be entered before running a command only works on DES passwords) --- security/super/files/patch-06 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 security/super/files/patch-06 (limited to 'security/super/files/patch-06') diff --git a/security/super/files/patch-06 b/security/super/files/patch-06 new file mode 100644 index 000000000000..861c8eeaf2c8 --- /dev/null +++ b/security/super/files/patch-06 @@ -0,0 +1,37 @@ +--- localsys.h.orig Tue Apr 7 01:55:28 1998 ++++ localsys.h Thu Nov 19 00:17:50 1998 +@@ -13,14 +13,14 @@ + * func_type funcname __P((arglist)); + */ + +-#include "config.h" +- + #include + #include + #include + #include + #include + ++#include "config.h" ++ + #ifdef HAVE_UNISTD_H + #include + #endif +@@ -192,7 +192,7 @@ + #endif + + #ifndef _SVR4_SOURCE +-#ifndef Digital_UNIX ++#if !(defined(Digital_UNIX) || (defined(BSD) && (BSD >= 199103))) + extern int gethostname __P((char *, size_t size)); + #endif + #endif +@@ -254,7 +254,7 @@ + #endif + + /* type returned by setgrent() */ +-#ifdef Digital_UNIX ++#if defined(Digital_UNIX) || (defined(BSD) && (BSD >= 199103)) + typedef int SETGRENT_T; + #else + typedef void SETGRENT_T; -- cgit v1.2.3