mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
A requiem for pstring.
--------------
/ \
/ REST \
/ IN \
/ PEACE \
/ \
| The infamous pstring |
| |
| |
| 7 December |
| |
| 2007 |
*| * * * | *
_________)/\\_//(\/(/\)/\//\/\///|_)_______
Jeremy
(This used to be commit bca371bff8
)
This commit is contained in:
@ -618,6 +618,24 @@ struct timespec {
|
||||
#endif
|
||||
|
||||
/* Our own fstrings */
|
||||
|
||||
/*
|
||||
--------------
|
||||
/ \
|
||||
/ REST \
|
||||
/ IN \
|
||||
/ PEACE \
|
||||
/ \
|
||||
| The infamous pstring |
|
||||
| |
|
||||
| |
|
||||
| 7 December |
|
||||
| |
|
||||
| 2007 |
|
||||
*| * * * | *
|
||||
_________)/\\_//(\/(/\)/\//\/\///|_)_______
|
||||
*/
|
||||
|
||||
#define FSTRING_LEN 256
|
||||
typedef char fstring[FSTRING_LEN];
|
||||
|
||||
|
Reference in New Issue
Block a user