|
|
| version 1.2, 2003/06/17 04:29:56 | version 1.3, 2004/03/22 22:32:50 |
|---|---|
| Line 34 | Line 34 |
| * @(#) Copyright (c) 1983, 1993 The Regents of the University of California. All rights reserved. | * @(#) Copyright (c) 1983, 1993 The Regents of the University of California. All rights reserved. |
| * @(#)lpq.c 8.3 (Berkeley) 5/10/95 | * @(#)lpq.c 8.3 (Berkeley) 5/10/95 |
| * $FreeBSD: src/usr.sbin/lpr/lpq/lpq.c,v 1.7.2.4 2001/07/22 02:51:53 gad Exp $ | * $FreeBSD: src/usr.sbin/lpr/lpq/lpq.c,v 1.7.2.4 2001/07/22 02:51:53 gad Exp $ |
| * $DragonFly: src/usr.sbin/lpr/lpq/lpq.c,v 1.1 2003/06/16 07:25:29 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| /* | /* |
| Line 163 looperr: | Line 163 looperr: |
| static int | static int |
| ckqueue(const struct printer *pp) | ckqueue(const struct printer *pp) |
| { | { |
| register struct dirent *d; | struct dirent *d; |
| DIR *dirp; | DIR *dirp; |
| char *spooldir; | char *spooldir; |