Module Name: src
Committed By: pooka
Date: Sat Nov 21 12:16:19 UTC 2009
Modified Files:
src/lib/libp2k: p2k.h
Log Message:
nuke leading whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libp2k/p2k.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libp2k/p2k.h
diff -u src/lib/libp2k/p2k.h:1.5 src/lib/libp2k/p2k.h:1.6
--- src/lib/libp2k/p2k.h:1.5 Sun Oct 18 19:36:41 2009
+++ src/lib/libp2k/p2k.h Sat Nov 21 12:16:19 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: p2k.h,v 1.5 2009/10/18 19:36:41 pooka Exp $ */
+/* $NetBSD: p2k.h,v 1.6 2009/11/21 12:16:19 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -44,7 +44,7 @@
struct p2k_mount *p2k_init(uint32_t);
void p2k_cancel(struct p2k_mount *, int);
- int p2k_setup_fs(struct p2k_mount *, const char *,
+int p2k_setup_fs(struct p2k_mount *, const char *,
const char *, const char *, int, void *, size_t);
int p2k_setup_diskfs(struct p2k_mount *, const char *, const char *,
int, const char *, int, void *, size_t);