Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2002 13:42:17 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13656 for review
Message-ID:  <200206302042.g5UKgHEL030953@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13656

Change 13656 by des@des.at.des.thinksec.com on 2002/06/30 13:41:17

	Include <sys/types.h> to define size_t.

Affected files ...

.. //depot/projects/openpam/lib/pam_prompt.c#8 edit

Differences ...

==== //depot/projects/openpam/lib/pam_prompt.c#8 (text+ko) ====

@@ -31,9 +31,11 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/lib/pam_prompt.c#7 $
+ * $P4: //depot/projects/openpam/lib/pam_prompt.c#8 $
  */
 
+#include <sys/types.h>
+
 #include <stdarg.h>
 
 #include <security/pam_appl.h>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206302042.g5UKgHEL030953>