diff options
Diffstat (limited to 'bin/ps/devname.c')
| -rw-r--r-- | bin/ps/devname.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/devname.c b/bin/ps/devname.c index 0aedb2b293be..07aa61243212 100644 --- a/bin/ps/devname.c +++ b/bin/ps/devname.c @@ -30,11 +30,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: devname.c,v 1.2 1994/09/24 02:56:41 davidg Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)devname.c 8.1 (Berkeley) 5/31/93"; +static char const sccsid[] = "@(#)devname.c 8.1 (Berkeley) 5/31/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> |
