| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | – | /* Copyright (c) 1992 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 | * ttyimage.c - program to dump pixel file to dumb terminal. | |
| 6 | * | |
| # | Line 14 | Line 11 | static char SCCSid[] = "$SunId$ LBL"; | |
| 11 | #ifdef MSDOS | |
| 12 | #include <fcntl.h> | |
| 13 | #endif | |
| 14 | + | #include <time.h> |
| 15 | ||
| 16 | #include "color.h" | |
| 17 | #include "resolu.h" | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |