+/* $OpenBSD: common.c,v 1.4 1997/01/17 16:11:35 millert Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)common.c 8.5 (Berkeley) 4/28/95";
+#else
+static char rcsid[] = "$OpenBSD: common.c,v 1.4 1997/01/17 16:11:35 millert Exp $";
+#endif
#endif /* not lint */
#include <sys/param.h>
+/* $OpenBSD: lp.h,v 1.3 1997/01/17 16:11:35 millert Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
+/* $OpenBSD: lp.local.h,v 1.2 1997/01/17 16:11:36 millert Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
+/* $OpenBSD: pathnames.h,v 1.2 1997/01/17 16:11:37 millert Exp $ */
+
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
+/* $OpenBSD: rmjob.c,v 1.5 1997/01/17 16:11:37 millert Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)rmjob.c 8.2 (Berkeley) 4/28/95";
+#else
+static char rcsid[] = "$OpenBSD: rmjob.c,v 1.5 1997/01/17 16:11:37 millert Exp $";
+#endif
#endif /* not lint */
#include <sys/param.h>
+/* $OpenBSD: startdaemon.c,v 1.3 1997/01/17 16:11:38 millert Exp $ */
+
/*
* Copyright (c) 1983, 1993, 1994
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)startdaemon.c 8.2 (Berkeley) 4/17/94";
+#else
+static char rcsid[] = "$OpenBSD: startdaemon.c,v 1.3 1997/01/17 16:11:38 millert Exp $";
+#endif
#endif /* not lint */