diff options
author | Craig A. Berry <craigberry@mac.com> | 2010-12-02 22:20:41 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2010-12-02 22:20:41 -0600 |
commit | 135577da31fc094b0321ba8c9f984cc2193ae6bd (patch) | |
tree | 6262e0c8e180babceed913961530fa2d4a6d0530 /vms | |
parent | a94f7701675bafba4d0788804d7b6a5d3640ee8b (diff) | |
download | perl-135577da31fc094b0321ba8c9f984cc2193ae6bd.tar.gz |
Fix K&R-style function declaration.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/vms.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -12446,8 +12446,7 @@ static mydev_t encode_dev (pTHX_ const char *dev) #endif static int -is_null_device(name) - const char *name; +is_null_device(const char *name) { if (decc_bug_devnull != 0) { if (strncmp("/dev/null", name, 9) == 0) |