Commit Diff


commit - 46215d2a90d69074a235db573e8d851eff0aa424
commit + 23c57b285fdcf9a8a0a5913ea096232038bf0ac3
blob - 057287fe2e3af2b2946dd2b22aa97981474ed83a
blob + b30b0e06600022c9a11f2939a57084027107c1fe
--- lib/fetch.c
+++ lib/fetch.c
@@ -20,7 +20,6 @@
 #include <sys/uio.h>
 #include <sys/socket.h>
 #include <sys/wait.h>
-#include <sys/syslimits.h>
 #include <sys/resource.h>
 #include <sys/socket.h>
 
blob - f0c9b0540b81bbfe6b0a9340e4321d356fa3b173
blob + a13a191e043c94ff5f692e1f875fda3b1eb9cb21
--- lib/object.c
+++ lib/object.c
@@ -20,7 +20,6 @@
 #include <sys/uio.h>
 #include <sys/socket.h>
 #include <sys/wait.h>
-#include <sys/syslimits.h>
 #include <sys/resource.h>
 
 #include <errno.h>
blob - 25e255c01bc3216b952b7725a75edfd91082184c
blob + 2428cdcd39afb48683eba7e9096828a0245b75ca
--- lib/object_parse.c
+++ lib/object_parse.c
@@ -19,7 +19,6 @@
 #include <sys/queue.h>
 #include <sys/uio.h>
 #include <sys/socket.h>
-#include <sys/syslimits.h>
 #include <sys/wait.h>
 
 #include <errno.h>
blob - 7b91a1fa25baa5c2540acbd93a00945faba221c5
blob + adef301b3a4e820cb8b7d8a826cfbdfe0c69a60e
--- lib/privsep.c
+++ lib/privsep.c
@@ -18,10 +18,10 @@
 #include <sys/types.h>
 #include <sys/queue.h>
 #include <sys/uio.h>
-#include <sys/syslimits.h>
 #include <sys/wait.h>
 
 #include <ctype.h>
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
blob - 84e9477170999aa739a81012b9df1b76060ec4f2
blob + 4c90acd881a0f23ba1cb6479838a991e6e8eb61f
--- lib/repository.c
+++ lib/repository.c
@@ -20,7 +20,6 @@
 #include <sys/socket.h>
 #include <sys/stat.h>
 #include <sys/mman.h>
-#include <sys/syslimits.h>
 
 #include <ctype.h>
 #include <endian.h>
blob - 13359170cae7a6569ded8e800c1dd0a2e40fc048
blob + 1a5b3d0037306803dc46437360d3c5f0fcda271e
--- libexec/got-fetch-pack/got-fetch-pack.c
+++ libexec/got-fetch-pack/got-fetch-pack.c
@@ -19,7 +19,6 @@
 #include <sys/uio.h>
 #include <sys/time.h>
 #include <sys/stat.h>
-#include <sys/syslimits.h>
 
 #include <stdint.h>
 #include <errno.h>
blob - 45ca78c3e3b57ae16f0958484e421aa77db6b614
blob + 2a929a4ab71f2ead616af3510f5381d8284396b6
--- libexec/got-index-pack/got-index-pack.c
+++ libexec/got-index-pack/got-index-pack.c
@@ -17,7 +17,6 @@
 
 #include <sys/queue.h>
 #include <sys/stat.h>
-#include <sys/syslimits.h>
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/uio.h>
blob - bba85784688f2b972d035843f4448f909181a9f9
blob + 7e406576e1b1c9b3b3f5259a819620d83680b7f7
--- libexec/got-read-blob/got-read-blob.c
+++ libexec/got-read-blob/got-read-blob.c
@@ -18,7 +18,6 @@
 #include <sys/queue.h>
 #include <sys/uio.h>
 #include <sys/time.h>
-#include <sys/syslimits.h>
 
 #include <stdint.h>
 #include <imsg.h>
blob - 460c4d0a3ee297c59330225e48873be109e69e20
blob + 02685f91e98ddcfe9403eec99e73b35f964a30fb
--- libexec/got-read-commit/got-read-commit.c
+++ libexec/got-read-commit/got-read-commit.c
@@ -18,7 +18,6 @@
 #include <sys/queue.h>
 #include <sys/uio.h>
 #include <sys/time.h>
-#include <sys/syslimits.h>
 
 #include <stdint.h>
 #include <imsg.h>
blob - f5c9c175bcbc8acac1ce7972dbda9eca23507379
blob + 351b3970ccd0b2b92127f68fdd6273edc4731b06
--- libexec/got-read-gitconfig/got-read-gitconfig.c
+++ libexec/got-read-gitconfig/got-read-gitconfig.c
@@ -18,7 +18,6 @@
 #include <sys/queue.h>
 #include <sys/uio.h>
 #include <sys/time.h>
-#include <sys/syslimits.h>
 
 #include <stdint.h>
 #include <imsg.h>
blob - 4d94535e57af6301b62b7f129ed69283e46898d2
blob + 8b98fc6d0a27c94e28ac60d26365195a5d79f6b8
--- libexec/got-read-gotconfig/got-read-gotconfig.c
+++ libexec/got-read-gotconfig/got-read-gotconfig.c
@@ -18,7 +18,6 @@
 #include <sys/queue.h>
 #include <sys/uio.h>
 #include <sys/time.h>
-#include <sys/syslimits.h>
 
 #include <stdint.h>
 #include <imsg.h>
blob - 1cd9052d22c72765b66923bc090fce958e175426
blob + 5e190138a78d67199c00504c2c04e47659ff322c
--- libexec/got-read-object/got-read-object.c
+++ libexec/got-read-object/got-read-object.c
@@ -18,7 +18,6 @@
 #include <sys/queue.h>
 #include <sys/uio.h>
 #include <sys/time.h>
-#include <sys/syslimits.h>
 
 #include <stdint.h>
 #include <imsg.h>
blob - 9e6ab362a1bc90a56dbea0d2a5506bda4f57067f
blob + 687ed2ee0bcc02aae5599f203e8ad76fc30cdb8e
--- libexec/got-read-pack/got-read-pack.c
+++ libexec/got-read-pack/got-read-pack.c
@@ -18,7 +18,6 @@
 #include <sys/queue.h>
 #include <sys/uio.h>
 #include <sys/time.h>
-#include <sys/syslimits.h>
 #include <sys/mman.h>
 
 #include <limits.h>
blob - 12939c8165c21b94777a7ecaa255d6628fc0cafe
blob + aad8331a9697582ede82b7f52785bf4c8b173cb8
--- libexec/got-read-tag/got-read-tag.c
+++ libexec/got-read-tag/got-read-tag.c
@@ -18,7 +18,6 @@
 #include <sys/queue.h>
 #include <sys/uio.h>
 #include <sys/time.h>
-#include <sys/syslimits.h>
 
 #include <stdint.h>
 #include <imsg.h>
blob - 95aa84b130581da9e2cc4f2525794758b1e5e338
blob + 741d51f94fe1970f533774c6866a6f49965e182f
--- libexec/got-read-tree/got-read-tree.c
+++ libexec/got-read-tree/got-read-tree.c
@@ -18,7 +18,6 @@
 #include <sys/queue.h>
 #include <sys/uio.h>
 #include <sys/time.h>
-#include <sys/syslimits.h>
 
 #include <stdint.h>
 #include <imsg.h>