minor cleanup
This commit is contained in:
parent
ebd029a6da
commit
8d3f7ee63c
|
@ -0,0 +1,13 @@
|
||||||
|
/* $NetBSD: paths.h,v 1.1 1995/08/14 19:50:09 gwr Exp $ */
|
||||||
|
|
||||||
|
#ifndef SPOOLDIR
|
||||||
|
#define SPOOLDIR "/export/pcnfs"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef LPRDIR
|
||||||
|
#define LPRDIR "/usr/bin"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef LPCDIR
|
||||||
|
#define LPCDIR "/usr/sbin"
|
||||||
|
#endif
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: pcnfsd_v2.c,v 1.3 1995/07/25 22:24:19 gwr Exp $ */
|
/* $NetBSD: pcnfsd_v2.c,v 1.4 1995/08/14 19:50:10 gwr Exp $ */
|
||||||
|
|
||||||
/* RE_SID: @(%)/usr/dosnfs/shades_SCCS/unix/pcnfsd/v2/src/SCCS/s.pcnfsd_v2.c 1.2 91/12/18 13:26:13 SMI */
|
/* RE_SID: @(%)/usr/dosnfs/shades_SCCS/unix/pcnfsd/v2/src/SCCS/s.pcnfsd_v2.c 1.2 91/12/18 13:26:13 SMI */
|
||||||
/*
|
/*
|
||||||
|
@ -83,7 +83,8 @@ extern pr_queue queue;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
**=====================================================================
|
**=====================================================================
|
||||||
** C O D E S E C T I O N * **=====================================================================
|
** C O D E S E C T I O N *
|
||||||
|
**=====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue