|
|
| version 1.3, 2003/11/03 19:31:38 | version 1.4, 2004/03/22 22:32:50 |
|---|---|
| Line 620 errloop: | Line 620 errloop: |
| static int | static int |
| ckqueue(struct printer *pp) | ckqueue(struct printer *pp) |
| { | { |
| register struct dirent *d; | struct dirent *d; |
| DIR *dirp; | DIR *dirp; |
| char *spooldir; | char *spooldir; |
| Line 647 static void | Line 647 static void |
| chkhost(struct sockaddr *f, int ch_opts) | chkhost(struct sockaddr *f, int ch_opts) |
| { | { |
| struct addrinfo hints, *res, *r; | struct addrinfo hints, *res, *r; |
| register FILE *hostf; | FILE *hostf; |
| char hostbuf[NI_MAXHOST], ip[NI_MAXHOST]; | char hostbuf[NI_MAXHOST], ip[NI_MAXHOST]; |
| char serv[NI_MAXSERV]; | char serv[NI_MAXSERV]; |
| char *syserr, *usererr; | char *syserr, *usererr; |