Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dhcp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
dhcp
Commits
c859d3b8
Commit
c859d3b8
authored
Oct 06, 1999
by
Ted Lemon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make Digital Unix C compiler happy.
parent
47ebb948
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
8 deletions
+11
-8
Makefile.conf
Makefile.conf
+1
-0
includes/cf/alphaosf.h
includes/cf/alphaosf.h
+2
-0
includes/dhcpd.h
includes/dhcpd.h
+1
-1
includes/dhctoken.h
includes/dhctoken.h
+1
-1
includes/omapip/omapip.h
includes/omapip/omapip.h
+4
-4
includes/statement.h
includes/statement.h
+1
-1
includes/tree.h
includes/tree.h
+1
-1
No files found.
Makefile.conf
View file @
c859d3b8
...
...
@@ -154,6 +154,7 @@ MINORVERSION=MinorVersion
## DEC Alpha/OSF1
##--alphaosf--
#COPTS = -std
#INSTALL=/usr/ucb/installbsd
#MANINSTALL=/usr/ucb/installbsd
#CF = cf/alphaosf.h
...
...
includes/cf/alphaosf.h
View file @
c859d3b8
...
...
@@ -51,6 +51,8 @@ extern int h_errno;
/* Varargs stuff... */
#include <stdarg.h>
#define VA_DOTDOTDOT ...
#undef va_dcl
#define va_dcl
#define VA_start(list, last) va_start (list, last)
#ifndef _PATH_DHCPD_PID
...
...
includes/dhcpd.h
View file @
c859d3b8
...
...
@@ -435,7 +435,7 @@ struct permit {
permit_unauthenticated_clients
,
permit_all_clients
,
permit_dynamic_bootp_clients
,
permit_class
,
permit_class
}
type
;
struct
class
*
class
;
};
...
...
includes/dhctoken.h
View file @
c859d3b8
...
...
@@ -198,7 +198,7 @@ enum dhcp_token {
INFINITE
=
416
,
DELETED
=
417
,
UPDATED_DNS_RR
=
418
,
DNS_DELETE
=
419
,
DNS_DELETE
=
419
};
#define is_identifier(x) ((x) >= FIRST_TOKEN && \
...
...
includes/omapip/omapip.h
View file @
c859d3b8
...
...
@@ -74,7 +74,7 @@ typedef enum {
omapi_datatype_int
,
omapi_datatype_string
,
omapi_datatype_data
,
omapi_datatype_object
,
omapi_datatype_object
}
omapi_datatype_t
;
typedef
struct
{
...
...
@@ -169,7 +169,7 @@ typedef enum {
omapi_connection_connecting
,
omapi_connection_connected
,
omapi_connection_disconnecting
,
omapi_connection_closed
,
omapi_connection_closed
}
omapi_connection_state_t
;
typedef
enum
{
...
...
@@ -179,7 +179,7 @@ typedef enum {
omapi_protocol_name_wait
,
omapi_protocol_name_length_wait
,
omapi_protocol_value_wait
,
omapi_protocol_value_length_wait
,
omapi_protocol_value_length_wait
}
omapi_protocol_state_t
;
typedef
struct
__omapi_message_object
{
...
...
@@ -494,4 +494,4 @@ isc_result_t omapi_object_handle (omapi_handle_t *, omapi_object_t *);
isc_result_t
omapi_handle_lookup
(
omapi_object_t
**
,
omapi_handle_t
);
isc_result_t
omapi_handle_td_lookup
(
omapi_object_t
**
,
omapi_typed_data_t
*
);
#endif
_OMAPIP_H_
#endif
/* _OMAPIP_H_ */
includes/statement.h
View file @
c859d3b8
...
...
@@ -34,7 +34,7 @@ struct executable_statement {
prepend_option_statement
,
send_option_statement
,
statements_statement
,
on_statement
,
on_statement
}
op
;
union
{
struct
{
...
...
includes/tree.h
View file @
c859d3b8
...
...
@@ -93,7 +93,7 @@ enum expr_op {
expr_dns_update
,
expr_static
,
expr_updated_dns_rr
,
expr_dns_delete
,
expr_dns_delete
};
struct
expression
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment