]> andersk Git - openssh.git/blobdiff - uuencode.c
- (djm) [uuencode.c]
[openssh.git] / uuencode.c
index feda6a01674fe523f9d3af0d2e575ee7e99c6faa..3128309cc96425e1e8fc90a92cbcacbbf6c8e58e 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: uuencode.c,v 1.22 2006/07/05 02:42:09 stevesk Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
 
 #include "includes.h"
 
+#include <sys/types.h>
+
+#include <netinet/in.h>
+
+#include <resolv.h>
+
 #include "xmalloc.h"
 #include "uuencode.h"
 
@@ -57,7 +64,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.229533 seconds and 4 git commands to generate.