| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | – | /* Copyright 1988 Regents of the University of California */ |
| 2 | – | |
| 1 | #ifndef lint | |
| 2 | < | static char SCCSid[] = "$SunId$ LBL"; |
| 2 | > | static const char RCSid[] = "$Id$"; |
| 3 | #endif | |
| 6 | – | |
| 4 | /* | |
| 5 | * d48c.c - driver for dicomed D48 film recorder w/ color optics. | |
| 6 | * | |
| # | Line 184 | Line 181 | char *cname; | |
| 181 | } | |
| 182 | ||
| 183 | ||
| 184 | + | void |
| 185 | quit(code) /* quit program */ | |
| 186 | int code; | |
| 187 | { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |