| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | /* Copyright (c) 1998 Silicon Graphics, Inc. */ |
| 1 | > | /* Copyright (c) 1999 Silicon Graphics, Inc. */ |
| 2 | ||
| 3 | #ifndef lint | |
| 4 | static char SCCSid[] = "$SunId$ SGI"; | |
| # | Line 28 | Line 28 | static FILE *dpout; | |
| 28 | disp_open(dname) /* open the named display driver */ | |
| 29 | char *dname; | |
| 30 | { | |
| 31 | < | char buf[128], fd0[8], fd1[8], *cmd[5], *sfn; |
| 31 | > | char buf[sizeof(HDGRID)+512], fd0[8], fd1[8], *cmd[5], *sfn; |
| 32 | int i, n, len; | |
| 33 | /* get full display program name */ | |
| 34 | #ifdef DEVPATH | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |