diff options
Diffstat (limited to 'src/port/strtoul.c')
-rw-r--r-- | src/port/strtoul.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/port/strtoul.c b/src/port/strtoul.c index 60c53a157e7..8ac66186556 100644 --- a/src/port/strtoul.c +++ b/src/port/strtoul.c @@ -1,4 +1,7 @@ /* + * $PostgreSQL: pgsql/src/port/strtoul.c,v 1.4 2008/05/17 01:28:25 adunstan Exp $ + * + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * |