pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/xscavenger/patches



Module Name:    pkgsrc
Committed By:   martin
Date:           Sun Nov 30 15:30:03 UTC 2025

Added Files:
        pkgsrc/games/xscavenger/patches: patch-src_edit.c

Log Message:
oops,  add missing file


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/xscavenger/patches/patch-src_edit.c

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

Added files:

Index: pkgsrc/games/xscavenger/patches/patch-src_edit.c
diff -u /dev/null pkgsrc/games/xscavenger/patches/patch-src_edit.c:1.1
--- /dev/null   Sun Nov 30 15:30:04 2025
+++ pkgsrc/games/xscavenger/patches/patch-src_edit.c    Sun Nov 30 15:30:03 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_edit.c,v 1.1 2025/11/30 15:30:03 martin Exp $
+
+add missing include
+
+--- src/edit.c.orig    2000-01-06 07:11:09.000000000 +0100
++++ src/edit.c 2025-11-30 16:24:55.358573723 +0100
+@@ -2,6 +2,7 @@
+ 
+ #include <stdio.h>
+ #include <unistd.h>
++#include <string.h>
+ #include "scav.h"
+ #include "edit.h"
+ #include "x.h"



Home | Main Index | Thread Index | Old Index