diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-19 01:14:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-19 01:14:22 +0000 |
commit | 0dc6971cb384176f0f920a52d1a7441e6f1ee142 (patch) | |
tree | 6c22fee38f318d19a200b831505fcdab7397e308 /lib/libpanel/panel.c | |
parent | a1b41c4dcc25b622432c62075678a6238d76e1e5 (diff) |
Correct $From
Diffstat (limited to 'lib/libpanel/panel.c')
-rw-r--r-- | lib/libpanel/panel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpanel/panel.c b/lib/libpanel/panel.c index 3304b4838bd..158212b916c 100644 --- a/lib/libpanel/panel.c +++ b/lib/libpanel/panel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: panel.c,v 1.5 1998/09/17 04:14:49 millert Exp $ */ +/* $OpenBSD: panel.c,v 1.6 1998/11/19 01:14:21 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998 Free Software Foundation, Inc. * @@ -36,7 +36,7 @@ /* panel.c -- implementation of panels library, some core routines */ #include "panel.priv.h" -MODULE_ID("$From: panel.c,v 1.15 1998/02/11 12:14:01 tom Exp $") +MODULE_ID("$From: panel.c,v 1.16 1998/09/19 21:26:31 Todd.Miller Exp $") #ifdef TRACE #ifndef TRACE_TXT |