diff options
author | June McEnroe <june@causal.agency> | 2018-02-01 16:46:42 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-02-01 16:46:42 -0500 |
commit | 958a8a924e670d32144ce505486aecc64792b917 (patch) | |
tree | 056cdcc631720f4f9f2b654204e998b28f7a6305 /bin/wake.c | |
parent | Add license notice to gfxx (diff) | |
download | src-958a8a924e670d32144ce505486aecc64792b917.tar.gz src-958a8a924e670d32144ce505486aecc64792b917.zip |
Add bin/README
Diffstat (limited to '')
-rw-r--r-- | bin/wake.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/wake.c b/bin/wake.c index 7b8beae9..c9bc40c3 100644 --- a/bin/wake.c +++ b/bin/wake.c @@ -14,8 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -// Wake-on-LAN. - #include <sys/types.h> #include <err.h> |