-/* $OpenBSD: buffer.c,v 1.99 2015/09/26 21:51:58 jasper Exp $ */
+/* $OpenBSD: buffer.c,v 1.100 2015/10/10 08:35:26 lum Exp $ */
/* This file is in the public domain. */
curwp = wp;
if (only)
- ret = (onlywind(f, n));
+ ret = (onlywind(FFRAND, 1));
else
ret = TRUE;
-/* $OpenBSD: theo.c,v 1.146 2015/03/19 21:48:05 bcallah Exp $ */
+/* $OpenBSD: theo.c,v 1.147 2015/10/10 08:35:26 lum Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
curbp = bp;
curwp = wp;
- onlywind(f, n);
+ (void)onlywind(FFRAND, 1);
return (TRUE);
}