minor cleanup

This commit is contained in:
gwr 1995-08-14 19:50:09 +00:00
parent ebd029a6da
commit 8d3f7ee63c
2 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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 */
/*
@ -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 *
**=====================================================================
*/