From 961eae2f9357aefaaa42b2a19a371b6f16cd7394 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Mon, 29 May 2000 11:20:34 +0000 Subject: [PATCH] Make this compile again. --- bsd/drm/drmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsd/drm/drmstat.c b/bsd/drm/drmstat.c index 1defe716..0ce76b01 100644 --- a/bsd/drm/drmstat.c +++ b/bsd/drm/drmstat.c @@ -189,7 +189,7 @@ int main(int argc, char **argv) case 'b': count = strtoul(optarg, &pt, 0); size = strtoul(pt+1, NULL, 0); - if ((r = drmAddBufs(fd, count, size, 0)) < 0) { + if ((r = drmAddBufs(fd, count, size, 0, 0)) < 0) { drmError(r, argv[0]); return 1; }