Skip to content

Commit

Permalink
Fix ssize_t mapping to match CUPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Sep 13, 2023
1 parent af6e9eb commit bf3b19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcnet/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ typedef unsigned long useconds_t;
#undef const
#undef __CHAR_UNSIGNED__
#define __attribute__(x)
typedef long ssize_t;
typedef off_t ssize_t;


/*
Expand Down

0 comments on commit bf3b19f

Please sign in to comment.