]> arthur.barton.de Git - netatalk.git/commit
Add an snprintf() implementation for OSes such as Tru64 which do not
authorjmarcus <jmarcus>
Fri, 30 Aug 2002 16:56:40 +0000 (16:56 +0000)
committerjmarcus <jmarcus>
Fri, 30 Aug 2002 16:56:40 +0000 (16:56 +0000)
commiteaded529c49a21ced7b91d1daf2a575dca1f8ea7
tree28ceaceebbb86b18415528b4bb08dd8da922608d
parent6285f6cb3764aacfcc19940dd1eccb6a644e0284
Add an snprintf() implementation for OSes such as Tru64 which do not
already have one.

Submitted by: Burkhard Schmidt <bs@cpfs.mpg.de>
Obtained from: Patrick Powell <papowell@astart.com>
acconfig.h
configure.in
include/atalk/compat.h
libatalk/compat/Makefile.am
libatalk/compat/snprintf.c [new file with mode: 0644]
macros/Makefile.am
macros/snprintf-check.m4 [new file with mode: 0644]