diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-24 05:57:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-24 05:57:15 +0000 |
commit | b5c3d34125d3e07a5f0356b6cf597b5fe8889478 (patch) | |
tree | e9f438e3ab66110e1b2c51d9621ac03b376b8e65 /net | |
parent | Our v*printf() family of functions don't return va_list to its original (diff) |
Remove bogus hunk.
Notes
Notes:
svn path=/head/; revision=190784
Diffstat (limited to 'net')
-rw-r--r-- | net/vncreflector/files/patch-logging.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/vncreflector/files/patch-logging.c b/net/vncreflector/files/patch-logging.c index 060e4d5d8a70..0f082f8e6d49 100644 --- a/net/vncreflector/files/patch-logging.c +++ b/net/vncreflector/files/patch-logging.c @@ -3,15 +3,6 @@ $FreeBSD$ --- logging.c +++ logging.c -@@ -10,7 +10,7 @@ - * This software was authored by Constantin Kaplinsky <const@ce.cctpu.edu.ru> - * and sponsored by HorizonLive.com, Inc. - * -- * $Id: logging.c,v 1.1 2007/04/24 05:32:17 root Exp $ -+ * $Id: logging.c,v 1.5 2003/04/21 17:20:35 const Exp $ - * Logging implementation - */ - @@ -138,8 +138,6 @@ char time_buf[32]; char level_char = ' '; |