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
commite3d97c779d907e3556a40a69b84f001d95cf4d6a (patch)
tree40243c698d7a8550872dda80789eb5b3f487c65e /pw/pw.h
parente5cf543fa1fda398fa1207e1338b79c3efcf3f54 (diff)
downloadpw-darwin-e3d97c779d907e3556a40a69b84f001d95cf4d6a.tar.gz
pw-darwin-e3d97c779d907e3556a40a69b84f001d95cf4d6a.tar.zst
pw-darwin-e3d97c779d907e3556a40a69b84f001d95cf4d6a.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
{