From 1c918146f943052c1876cdc9983597efd1b4964f Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Fri, 10 Oct 1997 06:23:42 +0000 Subject: Use err(3) instead of local redefinition. Add rcsid string. --- pw/psdate.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pw/psdate.c') diff --git a/pw/psdate.c b/pw/psdate.c index 14b7340..9b9cf78 100644 --- a/pw/psdate.c +++ b/pw/psdate.c @@ -22,10 +22,13 @@ * 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$ */ +#ifndef lint +static const char rcsid[] = + "$Id$"; +#endif /* not lint */ + #include #include #include -- cgit v1.2.3-56-ge451