| 1 |
< |
/* Copyright (c) 1996 Regents of the University of California */ |
| 1 |
> |
/* Copyright (c) 1997 Silicon Graphics, Inc. */ |
| 2 |
|
|
| 3 |
|
#ifndef lint |
| 4 |
< |
static char SCCSid[] = "$SunId$ LBL"; |
| 4 |
> |
static char SCCSid[] = "$SunId$ SGI"; |
| 5 |
|
#endif |
| 6 |
|
|
| 7 |
|
/* |
| 269 |
|
close(fderr); |
| 270 |
|
/* close(2); don't close stderr! */ |
| 271 |
|
fderr = -1; |
| 272 |
< |
} else |
| 272 |
> |
} else { |
| 273 |
|
cp[nr] = '\0'; /* deduce status if we can */ |
| 274 |
|
n = strlen(progname); |
| 275 |
|
if (!strncmp(cp, progname, n) && |
| 290 |
|
goto writerr; |
| 291 |
|
cp += n; |
| 292 |
|
} while ((nr -= n) > 0); |
| 293 |
+ |
} |
| 294 |
|
} |
| 295 |
|
/* renderer stdout */ |
| 296 |
|
if (fdout >= 0 && (FD_ISSET(fdout, &readfds) || |