SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
Index: Programs/cut.h
--- Programs/cut.h.orig
+++ Programs/cut.h
@@ -22,7 +22,7 @@
extern "C" {
#endif /* __cplusplus */
-unsigned char *cut_buffer; /* for CMD_NXSEARCH */
+extern unsigned char *cut_buffer; /* for CMD_NXSEARCH */
extern void cut_begin (int column, int row);
extern void cut_append (int column, int row);
extern int cut_rectangle (int column, int row);