summaryrefslogtreecommitdiffstats
path: root/pw/pw.h
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2000-05-26 02:09:24 +0000
committerJake Burkholder <jake@FreeBSD.org>2000-05-26 02:09:24 +0000
commit3786ccae1e978cf7d1dba12e1219a48a6bb261c2 (patch)
treecc443f6faaa12c6e552103e933df914bea163161 /pw/pw.h
parent8cbe2bf87614c55b639bacc76e12032dd20da16c (diff)
downloadpw-darwin-3786ccae1e978cf7d1dba12e1219a48a6bb261c2.tar.gz
pw-darwin-3786ccae1e978cf7d1dba12e1219a48a6bb261c2.tar.zst
pw-darwin-3786ccae1e978cf7d1dba12e1219a48a6bb261c2.zip
Back out the previous change to the queue(3) interface.
It was not discussed and should probably not happen. Requested by: msmith and others
Diffstat (limited to 'pw/pw.h')
-rw-r--r--pw/pw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw/pw.h b/pw/pw.h
index 7718039..aa437ec 100644
--- a/pw/pw.h
+++ b/pw/pw.h
@@ -66,10 +66,10 @@ struct carg
{
int ch;
char *val;
- LIST_ENTRY(struct carg) list;
+ LIST_ENTRY(carg) list;
};
-extern LIST_HEAD(cargs, struct carg) arglist;
+extern LIST_HEAD(cargs, carg) arglist;
struct userconf
{