Doing this is lame and causes the -current build to fail:
int true = 1; while (true) {
This commit is contained in:
parent
ec5bc20025
commit
8859a77027
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64921
1 changed files with 13 additions and 0 deletions
13
sysutils/apcupsd/files/patch-ad
Normal file
13
sysutils/apcupsd/files/patch-ad
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- powerflute.c.orig Fri Aug 23 14:58:34 2002
|
||||
+++ powerflute.c Fri Aug 23 14:58:09 2002
|
||||
@@ -576,9 +576,8 @@
|
||||
int do_horiz_menu(void) {
|
||||
int pos = 0;
|
||||
int oldpos = 0;
|
||||
- int true = 1;
|
||||
|
||||
- while (true) {
|
||||
+ while (1) {
|
||||
|
||||
display_h_menu(pos);
|
||||
|
Loading…
Reference in a new issue