summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/protosw.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/sys/protosw.h')
-rw-r--r--cpukit/libnetworking/sys/protosw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libnetworking/sys/protosw.h b/cpukit/libnetworking/sys/protosw.h
index 13bbc26cee..bdf17eca47 100644
--- a/cpukit/libnetworking/sys/protosw.h
+++ b/cpukit/libnetworking/sys/protosw.h
@@ -92,8 +92,8 @@ struct protosw {
struct pr_usrreqs *pr_usrreqs; /* supersedes pr_usrreq() */
};
-#define PR_SLOWHZ 2 /* 2 slow timeouts per second */
-#define PR_FASTHZ 5 /* 5 fast timeouts per second */
+#define PR_SLOWHZ 2L /* 2 slow timeouts per second */
+#define PR_FASTHZ 5L /* 5 fast timeouts per second */
/*
* Values for pr_flags.