summaryrefslogtreecommitdiff
path: root/src/os.h
diff options
context:
space:
mode:
authorMike Gerwitz <mike@mikegerwitz.com>2013-12-12 19:25:12 -0500
committerAmadeusz Sławiński <amade@asmblr.net>2015-06-26 15:25:53 +0200
commit5f598d2d9ac910ee8552459a1b6f537ccaaad57f (patch)
tree74bda400071ff081ba0da42a9c68799f02d0d0c1 /src/os.h
parenteaa27b195ff3174b59cb759a0f49b81d46cef379 (diff)
downloadscreen-5f598d2d9ac910ee8552459a1b6f537ccaaad57f.tar.gz
Amadeusz pointed out that vsnprintf was being overridden in os.h
Diffstat (limited to 'src/os.h')
-rw-r--r--src/os.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/os.h b/src/os.h
index 2455edb..e18b932 100644
--- a/src/os.h
+++ b/src/os.h
@@ -48,9 +48,6 @@
#ifndef HAVE_UTIMES
# define utimes utime
#endif
-#ifndef HAVE_VSNPRINTF
-# define vsnprintf xvsnprintf
-#endif
#ifdef BUILTIN_TELNET
# include <netinet/in.h>