1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

get rid of some unneeded $Id stuff

This commit is contained in:
deraadt 2008-10-02 23:55:18 +00:00
parent adfed003e1
commit 11fc62282d
3 changed files with 4 additions and 11 deletions

View File

@ -1,10 +1,9 @@
.\" Copyright (c) 1988 Massachusetts Institute of Technology,
.\" Student Information Processing Board. All rights reserved.
.\"
.\" $OpenBSD: compile_et.1,v 1.15 2007/10/07 15:46:17 deraadt Exp $
.\" $Id: compile_et.1,v 1.15 2007/10/07 15:46:17 deraadt Exp $
.\" $OpenBSD: compile_et.1,v 1.16 2008/10/02 23:55:18 deraadt Exp $
.\"
.Dd $Mdocdate: October 7 2007 $
.Dd $Mdocdate: October 2 2008 $
.Dt COMPILE_ET 1
.Os
.Sh NAME

View File

@ -1,4 +1,4 @@
/* $OpenBSD: gmt2local.c,v 1.2 2007/10/07 15:46:17 deraadt Exp $ */
/* $OpenBSD: gmt2local.c,v 1.3 2008/10/02 23:55:18 deraadt Exp $ */
/*
* Copyright (c) 1997
@ -21,11 +21,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
#ifndef lint
static const char rcsid[] =
"@(#) $Id: gmt2local.c,v 1.2 2007/10/07 15:46:17 deraadt Exp $ (LBL)";
#endif
#include <sys/types.h>
#include <sys/time.h>

View File

@ -1,4 +1,4 @@
/* $OpenBSD: gmt2local.h,v 1.2 2007/10/07 15:46:17 deraadt Exp $ */
/* $OpenBSD: gmt2local.h,v 1.3 2008/10/02 23:55:18 deraadt Exp $ */
/*
* Copyright (c) 1997
@ -20,7 +20,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* @(#) $Id: gmt2local.h,v 1.2 2007/10/07 15:46:17 deraadt Exp $ (LBL)
*/
#ifndef gmt2local_h
#define gmt2local_h