summaryrefslogtreecommitdiffstats
path: root/pw/pw.c
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2012-11-04 02:52:03 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2012-11-04 02:52:03 +0000
commit08870ffbc9e2cee84244c234ad5b56ea9aa26fc1 (patch)
tree6529410589884f91f893352ebc9478b9dbfbaf81 /pw/pw.c
parente31403ceb5782471289eff04659a003fc5832d0b (diff)
parent530ff00378e7fc235e5ea51067c77398d575141e (diff)
downloadpw-darwin-08870ffbc9e2cee84244c234ad5b56ea9aa26fc1.tar.gz
pw-darwin-08870ffbc9e2cee84244c234ad5b56ea9aa26fc1.tar.zst
pw-darwin-08870ffbc9e2cee84244c234ad5b56ea9aa26fc1.zip
Sync from head
Diffstat (limited to 'pw/pw.c')
-rw-r--r--pw/pw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pw/pw.c b/pw/pw.c
index e9d9363..b0ac728 100644
--- a/pw/pw.c
+++ b/pw/pw.c
@@ -62,13 +62,11 @@ struct pwf PWF =
getpwent,
getpwuid,
getpwnam,
- pwdb,
setgrent,
endgrent,
getgrent,
getgrgid,
getgrnam,
- grdb
};
struct pwf VPWF =
@@ -79,13 +77,11 @@ struct pwf VPWF =
vgetpwent,
vgetpwuid,
vgetpwnam,
- vpwdb,
vsetgrent,
vendgrent,
vgetgrent,
vgetgrgid,
vgetgrnam,
- vgrdb
};
static struct cargs arglist;