head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	super_3_11_9:1.2
	super_3_11_8:1.2
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	super_3_11_6:1.1;
locks; strict;
comment	@# @;


1.2
date	99.02.18.22.57.42;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	98.11.19.09.19.19;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.2
log
@update to 3.11.8
@
text
@--- localsys.h.orig	Mon Feb 15 02:27:37 1999
+++ localsys.h	Thu Feb 18 11:09:40 1999
@@@@ -13,13 +13,13 @@@@
  *	func_type  funcname P__((arglist));
  */
 
-#include "config.h"
-
 #include <stdio.h>
 #include <ctype.h>
 #include <fcntl.h>
 #include <pwd.h>
 #include <grp.h>
+
+#include "config.h"
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
@


1.1
log
@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)
@
text
@d1 4
a4 4
--- 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));
d14 2
a16 2
+#include "config.h"
+
a18 19
 #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;
@

