summaryrefslogtreecommitdiffstats
path: root/pw/pw.h
diff options
context:
space:
mode:
authorDavid Nugent <davidn@FreeBSD.org>1999-02-23 07:15:11 +0000
committerDavid Nugent <davidn@FreeBSD.org>1999-02-23 07:15:11 +0000
commit9b902300660a81e65108ffaa5289722e09526d43 (patch)
tree4debe9fd3ea8e8f60b866076ba6adeeccdcf21f8 /pw/pw.h
parentb4807366e2f2f1d630c4f6afaf65ce9941db6c84 (diff)
downloadpw-darwin-9b902300660a81e65108ffaa5289722e09526d43.tar.gz
pw-darwin-9b902300660a81e65108ffaa5289722e09526d43.tar.zst
pw-darwin-9b902300660a81e65108ffaa5289722e09526d43.zip
1) Do not blindly ignore file update errors which may occur due to concurrent
updating 2) Add -V <etcdir>, which allows maintaining user/group database in alternate locations other than /etc.
Diffstat (limited to 'pw/pw.h')
-rw-r--r--pw/pw.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pw/pw.h b/pw/pw.h
index b52891a..16bea61 100644
--- a/pw/pw.h
+++ b/pw/pw.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: pw.h,v 1.6 1997/02/22 16:12:27 peter Exp $
+ * $Id: pw.h,v 1.7 1997/10/10 06:23:35 charnier Exp $
*/
#include <stdio.h>
@@ -34,12 +34,14 @@
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/param.h>
#include <pwd.h>
#include <grp.h>
#include <sys/queue.h>
#include <sysexits.h>
#include "psdate.h"
+#include "pwupd.h"
enum _mode
{