]> andersk Git - openssh.git/blobdiff - uuencode.c
- (tim) [buildpkg.sh.in openssh.xml.in] Allow more flexibility where smf(5)
[openssh.git] / uuencode.c
index 7dde5596792595de20a94a638dd22a4f12999ba2..a13949585f8eb4ea1bf12496164927e29ef5a234 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: uuencode.c,v 1.20 2006/03/25 13:17:03 djm Exp $ */
+/* $OpenBSD: uuencode.c,v 1.24 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
 
 #include "includes.h"
 
+#include <sys/types.h>
+#include <netinet/in.h>
+#include <resolv.h>
+#include <stdio.h>
+
 #include "xmalloc.h"
 #include "uuencode.h"
 
@@ -58,7 +63,7 @@ uudecode(const char *src, u_char *target, size_t targsize)
 void
 dump_base64(FILE *fp, u_char *data, u_int len)
 {
-       char *buf;;
+       char *buf;
        int i, n;
 
        if (len > 65536) {
This page took 0.06726 seconds and 4 git commands to generate.