File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.73 2001/09/26 19:54:12 momjian Exp $
13
+ * $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.74 2001/09/26 19:57:01 momjian Exp $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
@@ -921,7 +921,7 @@ ident_unix(int sock, char *ident_user)
921
921
Cred * cred ;
922
922
923
923
/* Compute size without padding */
924
- char cmsgmem [sizeof (struct cmsghdr ) + ALIGN (sizeof (Cred ))]; /*for NetBSD*/
924
+ char cmsgmem [ALIGN ( sizeof (struct cmsghdr ) ) + ALIGN (sizeof (Cred ))]; /*for NetBSD*/
925
925
/* Point to start of first structure */
926
926
struct cmsghdr * cmsg = (struct cmsghdr * )cmsgmem ;
927
927
You can’t perform that action at this time.
0 commit comments