1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

Warning removal cleanup

This commit is contained in:
Bruce Momjian
1996-11-11 04:54:54 +00:00
parent 8d9be647dc
commit 13d44b4aac
4 changed files with 11 additions and 6 deletions

View File

@@ -19,12 +19,13 @@
#include <time.h>
#include <config.h>
#include <parser/sysfunc.h>
/*
* Can't get much more obvious than this. Might need to replace localtime()
* on older systems...
*/
char *Sysfunc_system_date(void)
static char *Sysfunc_system_date(void)
{
time_t cur_time_secs;
struct tm *cur_time_expanded;