SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
misc/brltty/patches/patch-Programs_cut_h
Normal file
12
misc/brltty/patches/patch-Programs_cut_h
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue