mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
- Remove leading article from COMMENT - Convert to new LIB_DEPENDS format - Support staging While I'm here use option helpers where possible. PR: ports/184816 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
10 lines
194 B
C++
10 lines
194 B
C++
--- src/im/auth_pam.cpp.orig
|
|
+++ src/im/auth_pam.cpp
|
|
@@ -19,6 +19,7 @@
|
|
#include <cstring>
|
|
#include <cerrno>
|
|
#include <sys/types.h>
|
|
+#include <unistd.h>
|
|
#include <pwd.h>
|
|
|
|
#include "auth.h"
|