Index: src/backend/utils/adt/inet_net_ntop.c =================================================================== RCS file: /cvsroot/pgsql-server/src/backend/utils/adt/inet_net_ntop.c,v retrieving revision 1.16 diff -c -c -r1.16 inet_net_ntop.c *** src/backend/utils/adt/inet_net_ntop.c 4 Aug 2003 00:43:25 -0000 1.16 --- src/backend/utils/adt/inet_net_ntop.c 10 Nov 2003 19:37:34 -0000 *************** *** 13,23 **** * 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. */ - - #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" --- 13,21 ---- * 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-server/src/backend/utils/adt/int.c,v 1.57 2003/08/04 02:40:05 momjian Exp $ */ #include "postgres.h" Index: src/backend/utils/adt/inet_net_pton.c =================================================================== RCS file: /cvsroot/pgsql-server/src/backend/utils/adt/inet_net_pton.c,v retrieving revision 1.16 diff -c -c -r1.16 inet_net_pton.c *** src/backend/utils/adt/inet_net_pton.c 4 Aug 2003 00:43:25 -0000 1.16 --- src/backend/utils/adt/inet_net_pton.c 10 Nov 2003 19:37:34 -0000 *************** *** 13,23 **** * 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. */ - - #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" --- 13,21 ---- * 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-server/src/backend/utils/adt/int.c,v 1.57 2003/08/04 02:40:05 momjian Exp $ */ #include "postgres.h"