Module Name:    src
Committed By:   minskim
Date:           Tue Jun 16 02:18:07 UTC 2009

Modified Files:
        src/dist/pf/libexec/tftp-proxy: tftp-proxy.c

Log Message:
Reduce diff with OpenBSD by deleting whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/dist/pf/libexec/tftp-proxy/tftp-proxy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/dist/pf/libexec/tftp-proxy/tftp-proxy.c
diff -u src/dist/pf/libexec/tftp-proxy/tftp-proxy.c:1.2 src/dist/pf/libexec/tftp-proxy/tftp-proxy.c:1.3
--- src/dist/pf/libexec/tftp-proxy/tftp-proxy.c:1.2	Wed Jun 18 09:06:26 2008
+++ src/dist/pf/libexec/tftp-proxy/tftp-proxy.c	Tue Jun 16 02:18:07 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: tftp-proxy.c,v 1.2 2008/06/18 09:06:26 yamt Exp $ */
+/* $NetBSD: tftp-proxy.c,v 1.3 2009/06/16 02:18:07 minskim Exp $ */
 /* $OpenBSD: tftp-proxy.c,v 1.2 2006/12/20 03:33:38 joel Exp $
  *
  * Copyright (c) 2005 DLS Internet Services
@@ -174,7 +174,6 @@
 		exit(1);
 	}
 
-
 	bzero(&msg, sizeof(msg));
 	iov.iov_base = req;
 	iov.iov_len = sizeof(req);

Reply via email to