1
0
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:
Jeremy Allison
2007-12-07 14:54:38 -08:00
parent 4deeca97e4
commit 25288b0e44

View File

@ -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];