Module Name: src
Committed By: mbalmer
Date: Thu Jun 25 18:50:46 UTC 2009
Modified Files:
src/usr.sbin/wake: wake.c
Log Message:
Add a blank line after the cvs marker and add a descriptive one line comment.
requested by matt green.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/wake/wake.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/wake/wake.c
diff -u src/usr.sbin/wake/wake.c:1.1 src/usr.sbin/wake/wake.c:1.2
--- src/usr.sbin/wake/wake.c:1.1 Thu Jun 25 18:41:22 2009
+++ src/usr.sbin/wake/wake.c Thu Jun 25 18:50:46 2009
@@ -1,4 +1,5 @@
-/* $NetBSD: wake.c,v 1.1 2009/06/25 18:41:22 mbalmer Exp $ */
+/* $NetBSD: wake.c,v 1.2 2009/06/25 18:50:46 mbalmer Exp $ */
+
/*
* Copyright (C) 2006, 2007, 2008, 2009 Marc Balmer <[email protected]>
* Copyright (C) 2000 Eugene M. Kim. All rights reserved.
@@ -25,6 +26,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+/* Send Wake-on-LAN packets to machines on the local Ethernet */
+
#include <sys/types.h>
#include <sys/param.h>
#include <sys/queue.h>