Remove rcsid CVS header variable --- not used.

REL8_0_STABLE
Bruce Momjian 22 years ago
parent c1d62bfd00
commit 7da19cac89
  1. 6
      src/backend/utils/adt/inet_net_ntop.c
  2. 6
      src/backend/utils/adt/inet_net_pton.c

@ -13,12 +13,10 @@
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*
* $Header: /cvsroot/pgsql/src/backend/utils/adt/inet_net_ntop.c,v 1.17 2003/11/10 19:40:46 momjian Exp $
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.16 2003/08/04 00:43:25 momjian Exp $";
#endif
#include "postgres.h"
#include <sys/socket.h>

@ -13,12 +13,10 @@
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*
* $Header: /cvsroot/pgsql/src/backend/utils/adt/inet_net_pton.c,v 1.17 2003/11/10 19:40:46 momjian Exp $
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] = "$Id: inet_net_pton.c,v 1.16 2003/08/04 00:43:25 momjian Exp $";
#endif
#include "postgres.h"
#include <sys/socket.h>

Loading…
Cancel
Save