diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1998-05-06 06:51:42 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1998-05-06 06:51:42 +0000 |
| commit | cbf6f7d3584de28d976725bf3989eb9ca5baf3af (patch) | |
| tree | 4285e9dc3ec49aef4d38cdfe544a26c14e399c7f /bin/date/date.c | |
| parent | 4c95995fe073d4bf49b0dabd8e6725ae707a8eac (diff) | |
Notes
Diffstat (limited to 'bin/date/date.c')
| -rw-r--r-- | bin/date/date.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/date/date.c b/bin/date/date.c index a66d53f2a54c..e4f4270aa860 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -29,8 +29,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: date.c,v 1.22 1997/12/11 02:38:56 brian Exp $ */ #ifndef lint @@ -40,18 +38,19 @@ static char const copyright[] = #endif /* not lint */ #ifndef lint +#if 0 static char const sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ -#include <sys/param.h> #include <sys/time.h> #include <ctype.h> #include <err.h> -#include <fcntl.h> #include <stdio.h> #include <stdlib.h> -#include <string.h> #include <syslog.h> #include <unistd.h> #include <locale.h> |
