mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
4d28918dfa
- Change default serial device to /dev/cuaa0 PR: ports/83174 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
11 lines
209 B
C++
11 lines
209 B
C++
--- program.h.orig Thu Jan 1 20:35:09 2004
|
|
+++ program.h Fri Jul 8 21:44:23 2005
|
|
@@ -30,6 +30,7 @@
|
|
#ifndef H_PROGRAM
|
|
#define H_PROGRAM
|
|
|
|
+#define HAVE_DECL_GETOPT 1
|
|
#include <getopt.h>
|
|
|
|
class program {
|