From 3786ccae1e978cf7d1dba12e1219a48a6bb261c2 Mon Sep 17 00:00:00 2001 From: Jake Burkholder Date: Fri, 26 May 2000 02:09:24 +0000 Subject: Back out the previous change to the queue(3) interface. It was not discussed and should probably not happen. Requested by: msmith and others --- pw/pw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pw') 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 { -- cgit v1.2.3-56-ge451