portable.h: remove rcsid.

logging.c: include portable.h
This commit is contained in:
rocky
2004-10-31 14:55:35 +00:00
parent 465e0373ee
commit 613cc70533
2 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: portable.h,v 1.1 2004/10/31 13:58:44 rocky Exp $
$Id: portable.h,v 1.2 2004/10/31 14:55:35 rocky Exp $
Copyright (C) Rocky Bernstein <rocky@panix.com>
@@ -28,8 +28,6 @@
# include "config.h"
#endif
static const char _rcsid[] = "$Id: portable.h,v 1.1 2004/10/31 13:58:44 rocky Exp $";
#if !defined(HAVE_FTRUNCATE)
#if defined ( WIN32 )
#define ftruncate chsize