Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit eed350d

Browse files
committed
Remove #include <sys/cdefs.h> because it doesn't exists on Solaris, and everything seems to compile without it
1 parent 2768e78 commit eed350d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/pg_probackup/pgut/getopt.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
#ifndef _GETOPT_H_
3434
#define _GETOPT_H_
3535

36-
#include <sys/cdefs.h>
37-
3836
/*
3937
* GNU-like getopt_long()/getopt_long_only() with 4.4BSD optreset extension.
4038
* getopt() is declared here too for GNU programs.

0 commit comments

Comments
 (0)