diff options
Diffstat (limited to 'vms')
-rw-r--r-- | vms/ChangeLog | 4 | ||||
-rw-r--r-- | vms/gawkmisc.vms | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog index ca3bc436..048e2e61 100644 --- a/vms/ChangeLog +++ b/vms/ChangeLog @@ -1,3 +1,7 @@ +2013-06-03 Arnold D. Robbins <arnold@skeeve.com> + + * gawkmisc.c (init_sockets): New dummy function. + 2013-05-27 Arnold D. Robbins <arnold@skeeve.com> * vms-conf.h: Remove obsolete HAVE_ST_BLKSIZE. diff --git a/vms/gawkmisc.vms b/vms/gawkmisc.vms index 08c8fb5e..cbc59cd7 100644 --- a/vms/gawkmisc.vms +++ b/vms/gawkmisc.vms @@ -220,3 +220,8 @@ os_isatty(int fd) { return (isatty(fd) > 0); } + +void +init_sockets(void) +{ +} |