summaryrefslogtreecommitdiff
path: root/src/include/port/nextstep.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-09-08 02:41:22 +0000
committerBruce Momjian <bruce@momjian.us>1997-09-08 02:41:22 +0000
commit319dbfa7364721d3343af03a7ce063c2a2c9d385 (patch)
treea2146fe02c49ce1e497b7c287dfcaa367a703ae4 /src/include/port/nextstep.h
parenta90f12fd9d6886da4f0734288496361a304d3882 (diff)
downloadpostgresql-319dbfa7364721d3343af03a7ce063c2a2c9d385.tar.gz
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
Diffstat (limited to 'src/include/port/nextstep.h')
-rw-r--r--src/include/port/nextstep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/port/nextstep.h b/src/include/port/nextstep.h
index f893b48b03..d0b43d5716 100644
--- a/src/include/port/nextstep.h
+++ b/src/include/port/nextstep.h
@@ -3,11 +3,11 @@
#if defined(__STRICT_ANSI__)
#define isascii(c) ((unsigned)(c)<=0177)
#endif
-extern char *strdup(const char *string);
+extern char *strdup(const char *string);
#ifndef _POSIX_SOURCE
typedef unsigned short mode_t;
-typedef int sigset_t;
+typedef int sigset_t;
#define SIG_BLOCK 00
#define SIG_UNBLOCK 01