1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/srm/files/patch-01
Trevor Johnson e80f3b9f7e Add new port of srm 1.2.0, a utility which overwrites the contents
of files when it deletes them.

PR:		22289
Submitted by:	Keith J. Jones <keith.jones@ieee.org>
2000-10-25 18:55:26 +00:00

12 lines
278 B
Plaintext

diff -ru src/main.c src/main.c
--- src/main.c Thu Jun 22 16:18:03 2000
+++ src/main.c Tue Oct 24 10:47:08 2000
@@ -1,6 +1,6 @@
#include <errno.h>
#include <fcntl.h>
-#include <getopt.h>
+#include "../lib/getopt.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>