mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
o Bump PORTEPOCH since pkg_version thinks differently. o Patch nullmailer-send.8 to indicate SMTP authentication is supported as well.
11 lines
237 B
C++
11 lines
237 B
C++
--- lib/fdbuf/fdobuf.h~ Sat Mar 5 01:12:32 2005
|
|
+++ lib/fdbuf/fdobuf.h Sat Mar 5 01:12:53 2005
|
|
@@ -17,6 +17,8 @@
|
|
#ifndef FDBUF__FDOBUF__H__
|
|
#define FDBUF__FDOBUF__H__
|
|
|
|
+#include <pwd.h>
|
|
+
|
|
class fdobuf : protected fdbuf
|
|
{
|
|
public:
|